diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-07-20 09:40:14 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-07-20 09:40:14 +0000 |
commit | f7a2475e8b7f64b24674c5a05821834d29d246d6 (patch) | |
tree | 94e225371e6754ef9d3103a7dbbde6dc6e3538b0 /sw | |
parent | 8c647ce2ad551e9614b6218325d87e559641a69e (diff) |
#89999# use the static methods in the new SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/number.cxx | 10 | ||||
-rw-r--r-- | sw/source/core/unocore/unoframe.cxx | 11 | ||||
-rw-r--r-- | sw/source/core/unocore/unosett.cxx | 6 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8par5.cxx | 15 | ||||
-rw-r--r-- | sw/source/ui/config/optload.cxx | 15 | ||||
-rw-r--r-- | sw/source/ui/misc/outline.cxx | 13 | ||||
-rw-r--r-- | sw/source/ui/uno/unotxvw.cxx | 24 | ||||
-rw-r--r-- | sw/source/ui/utlui/poolfmt.src | 710 |
8 files changed, 64 insertions, 740 deletions
diff --git a/sw/source/core/doc/number.cxx b/sw/source/core/doc/number.cxx index 2f5a937d91..50a094a36b 100644 --- a/sw/source/core/doc/number.cxx +++ b/sw/source/core/doc/number.cxx @@ -2,9 +2,9 @@ * * $RCSfile: number.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: os $ $Date: 2001-07-09 13:35:49 $ + * last change: $Author: mtg $ $Date: 2001-07-20 10:40:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -116,7 +116,9 @@ #ifndef _DOCSH_HXX #include <docsh.hxx> #endif - +#ifndef _SWSTYLENAMEMAPPER_HXX +#include <SwStyleNameMapper.hxx> +#endif USHORT SwNumRule::nRefCount = 0; SwNumFmt* SwNumRule::aBaseFmts[ RULE_END ][ MAXLEVEL ] = { @@ -187,7 +189,7 @@ SwNumFmt::SwNumFmt(const SvxNumberFormat& rNumFmt, SwDoc* pDoc) : SwCharFmt* pCFmt = pDoc->FindCharFmtByName( rCharStyleName ); if( !pCFmt ) { - USHORT nId = pDoc->GetPoolId( rCharStyleName, + USHORT nId = SwStyleNameMapper::GetPoolIdFromUIName( rCharStyleName, GET_POOLID_CHRFMT ); pCFmt = nId != USHRT_MAX ? pDoc->GetCharFmtFromPool( nId ) diff --git a/sw/source/core/unocore/unoframe.cxx b/sw/source/core/unocore/unoframe.cxx index 23c582cc3a..977f5b7d27 100644 --- a/sw/source/core/unocore/unoframe.cxx +++ b/sw/source/core/unocore/unoframe.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unoframe.cxx,v $ * - * $Revision: 1.48 $ + * $Revision: 1.49 $ * - * last change: $Author: os $ $Date: 2001-07-09 05:50:21 $ + * last change: $Author: mtg $ $Date: 2001-07-20 10:29:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -239,6 +239,9 @@ #ifndef _RTL_UUID_H_ #include <rtl/uuid.h> #endif +#ifndef _SWSTYLENAMEMAPPER_HXX +#include <SwStyleNameMapper.hxx> +#endif #ifndef _XMLOFF_XMLCNITM_HXX #include <xmloff/xmlcnitm.hxx> #endif @@ -958,7 +961,7 @@ SwFrmFmt *lcl_GetFrmFmt( const uno::Any& rValue, SwDoc *pDoc ) { OUString uTemp; rValue >>= uTemp; - String sStyle(SwXStyleFamilies::GetUIName(uTemp, SFX_STYLE_FAMILY_FRAME)); + String sStyle(SwStyleNameMapper::GetUIName(String (uTemp), GET_POOLID_FRMFMT) ); SwDocStyleSheet* pStyle = (SwDocStyleSheet*)pDocSh->GetStyleSheetPool()->Find(sStyle, SFX_STYLE_FAMILY_FRAME); @@ -1364,7 +1367,7 @@ uno::Any SwXFrame::getPropertyValue(const OUString& rPropertyName) } else if(FN_UNO_FRAME_STYLE_NAME == pCur->nWID) { - aAny <<= OUString(SwXStyleFamilies::GetProgrammaticName(pFmt->DerivedFrom()->GetName(), SFX_STYLE_FAMILY_FRAME)); + aAny <<= OUString(SwStyleNameMapper::GetProgName(pFmt->DerivedFrom()->GetName(), GET_POOLID_FRMFMT ) ); } else if(eType == FLYCNTTYPE_GRF && (rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_ACTUAL_SIZE)) || diff --git a/sw/source/core/unocore/unosett.cxx b/sw/source/core/unocore/unosett.cxx index 55a25f1f61..08a588d6b7 100644 --- a/sw/source/core/unocore/unosett.cxx +++ b/sw/source/core/unocore/unosett.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unosett.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: mtg $ $Date: 2001-07-20 10:09:54 $ + * last change: $Author: mtg $ $Date: 2001-07-20 10:28:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2129,7 +2129,7 @@ void SwXNumberingRules::setNumberingRuleByIndex( aFmt.GetNumberingType() == NumberingType::BITMAP && !aFmt.GetCharFmt() && SwXNumberingRules::GetInvalidStyle() != sNewCharStyleNames[(sal_uInt16)nIndex]) { - sNewCharStyleNames[(sal_uInt16)nIndex] = String(SW_RES(STR_POOLCHR_PRGM_BUL_LEVEL)); + SwStyleNameMapper::GetProgName ( RES_POOLCHR_BUL_LEVEL, sNewCharStyleNames[(sal_uInt16)nIndex] ); } delete pSetBrush; delete pSetSize; diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx index 357a5d6263..92a3b203d4 100644 --- a/sw/source/filter/ww8/ww8par5.cxx +++ b/sw/source/filter/ww8/ww8par5.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ww8par5.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: cmc $ $Date: 2001-07-10 09:31:26 $ + * last change: $Author: mtg $ $Date: 2001-07-20 10:32:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -198,7 +198,9 @@ #ifndef _BREAKIT_HXX #include <breakit.hxx> #endif - +#ifndef _SWSTYLENAMEMAPPER_HXX +#include <SwStyleNameMapper.hxx> +#endif #define WWF_INVISIBLE 86 // Bit-Nummer fuer Invisible ( IniFlags ) #define MAX_FIELDLEN 64000 @@ -2361,7 +2363,7 @@ void SwWW8ImplReader::Read_SubF_Ruby( _ReadFieldParams& rReadParam) { String aNm; //Take this as the base name - rDoc.GetPoolNm(RES_POOLCHR_RUBYTEXT,aNm); + SwStyleNameMapper::GetUIName(RES_POOLCHR_RUBYTEXT,aNm); aNm+=String::CreateFromInt32(aRubyCharFmts.Count()+1); pCharFmt = rDoc.MakeCharFmt(aNm,( SwCharFmt*)rDoc.GetDfltCharFmt()); SvxFontHeightItem aHeightItem(nFontSize*10); @@ -3159,12 +3161,15 @@ void SwWW8ImplReader::Read_Invisible( USHORT, const BYTE* pData, short nLen ) Source Code Control System - Header - $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/ww8/ww8par5.cxx,v 1.21 2001-07-10 09:31:26 cmc Exp $ + $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/ww8/ww8par5.cxx,v 1.22 2001-07-20 10:32:14 mtg Exp $ Source Code Control System - Update $Log: not supported by cvs2svn $ + Revision 1.21 2001/07/10 09:31:26 cmc + #89439# calculate style's even-byte offset relative to style start, not absolute + Revision 1.20 2001/07/05 12:41:56 ama Chg #89181#: New data exchange methods diff --git a/sw/source/ui/config/optload.cxx b/sw/source/ui/config/optload.cxx index 5eaf2baa7d..2410d39e8a 100644 --- a/sw/source/ui/config/optload.cxx +++ b/sw/source/ui/config/optload.cxx @@ -2,9 +2,9 @@ * * $RCSfile: optload.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: os $ $Date: 2001-07-10 06:28:09 $ + * last change: $Author: mtg $ $Date: 2001-07-20 10:33:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -125,6 +125,9 @@ #ifndef _CONFIG_HRC #include <config.hrc> #endif +#ifndef _SWSTYLENAMEMAPPER_HXX +#include <SwStyleNameMapper.hxx> +#endif /* -----------------22.10.98 15:12------------------- * * --------------------------------------------------*/ @@ -496,10 +499,10 @@ SwCaptionOptPage::SwCaptionOptPage( Window* pParent, const SfxItemSet& rSet ) pMgr (new SwFldMgr()), bHTMLMode(FALSE) { - GetDocPoolNm( RES_POOLCOLL_LABEL_ABB, sIllustration ); - GetDocPoolNm( RES_POOLCOLL_LABEL_TABLE, sTable ); - GetDocPoolNm( RES_POOLCOLL_LABEL_FRAME, sText ); - GetDocPoolNm( RES_POOLCOLL_LABEL_DRAWING, sDrawing ); + SwStyleNameMapper::GetUIName( RES_POOLCOLL_LABEL_ABB, sIllustration ); + SwStyleNameMapper::GetUIName( RES_POOLCOLL_LABEL_TABLE, sTable ); + SwStyleNameMapper::GetUIName( RES_POOLCOLL_LABEL_FRAME, sText ); + SwStyleNameMapper::GetUIName( RES_POOLCOLL_LABEL_Drawing, sDrawing ); USHORT i, nCount; SwWrtShell *pSh = ::GetActiveWrtShell(); diff --git a/sw/source/ui/misc/outline.cxx b/sw/source/ui/misc/outline.cxx index 4c041dcf64..22308ec280 100644 --- a/sw/source/ui/misc/outline.cxx +++ b/sw/source/ui/misc/outline.cxx @@ -2,9 +2,9 @@ * * $RCSfile: outline.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: os $ $Date: 2001-07-10 07:09:15 $ + * last change: $Author: mtg $ $Date: 2001-07-20 10:34:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -154,6 +154,9 @@ #ifndef _UTL_CONFIGMGR_HXX_ #include <unotools/configmgr.hxx> #endif +#ifndef _SWSTYLENAMEMAPPER_HXX +#include <SwStyleNameMapper.hxx> +#endif #define C2S(cChar) UniString::CreateFromAscii(cChar) /* -----------------------------31.01.01 10:23-------------------------------- @@ -326,7 +329,7 @@ SwOutlineTabDialog::SwOutlineTabDialog(Window* pParent, for(USHORT i = 0; i < MAXLEVEL; ++i ) { // wurde die Vorlage noch nicht angelegt, dann ist sie noch an dieserPosition - if( !rWrtSh.GetParaStyle( GetDocPoolNm( RES_POOLCOLL_HEADLINE1 + i, + if( !rWrtSh.GetParaStyle( SwStyleNameMapper::GetUIName( RES_POOLCOLL_HEADLINE1 + i, sHeadline )) ) aCollNames[i] = sHeadline; } @@ -491,7 +494,7 @@ short SwOutlineTabDialog::Ok() for( i = 0; i < MAXLEVEL; ++i ) { String sHeadline; - ::GetDocPoolNm( RES_POOLCOLL_HEADLINE1 + i, sHeadline ); + ::SwStyleNameMapper::GetUIName( RES_POOLCOLL_HEADLINE1 + i, sHeadline ); SwTxtFmtColl* pColl = rWrtSh.FindTxtFmtCollByName( sHeadline ); if( !pColl ) { @@ -919,7 +922,7 @@ void SwOutlineSettingsTabPage::SetWrtShell(SwWrtShell* pShell) USHORT i; for( i = 0; i < MAXLEVEL; ++i ) { - aCollBox.InsertEntry( GetDocPoolNm( RES_POOLCOLL_HEADLINE1 + i, sStr )); + aCollBox.InsertEntry( SwStyleNameMapper::GetUIName( RES_POOLCOLL_HEADLINE1 + i, sStr )); aLevelLB.InsertEntry( String::CreateFromInt32(i + 1) ); } sStr.AssignAscii( RTL_CONSTASCII_STRINGPARAM( "1 - " )); diff --git a/sw/source/ui/uno/unotxvw.cxx b/sw/source/ui/uno/unotxvw.cxx index da0da8ae86..4416963f63 100644 --- a/sw/source/ui/uno/unotxvw.cxx +++ b/sw/source/ui/uno/unotxvw.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unotxvw.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: os $ $Date: 2001-07-12 13:10:26 $ + * last change: $Author: mtg $ $Date: 2001-07-20 10:37:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -178,6 +178,9 @@ #ifndef _FMTRUBY_HXX #include <fmtruby.hxx> #endif +#ifndef _SWSTYLENAMEMAPPER_HXX +#include <SwStyleNameMapper.hxx> +#endif using namespace ::com::sun::star; using namespace ::com::sun::star::uno; @@ -907,7 +910,7 @@ Sequence< Sequence< PropertyValue > > SwXTextView::getRubyList( sal_Bool bAutoma pValues[1].Value <<= OUString(rAttr.GetText()); pValues[2].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_RUBY_CHAR_STYLE_NAME)); pValues[2].Value <<= OUString( - SwXStyleFamilies::GetProgrammaticName(rAttr.GetCharFmtName(),SFX_STYLE_FAMILY_CHAR)); + SwStyleNameMapper::GetProgName(rAttr.GetCharFmtName(), GET_POOLID_CHRFMT )); pValues[3].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_RUBY_ADJUST)); pValues[3].Value <<= (sal_Int16)rAttr.GetAdjustment(); pValues[4].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_RUBY_IS_ABOVE)); @@ -962,9 +965,9 @@ void SAL_CALL SwXTextView::setRubyList( { if((pProperties[nProp].Value >>= sTmp)) { - String sName(SwXStyleFamilies::GetUIName(sTmp, SFX_STYLE_FAMILY_CHAR)); + String sName(SwStyleNameMapper::GetUIName(sTmp, GET_POOLID_CHRFMT )); sal_uInt16 nPoolId = sName.Len() ? - SwDoc::GetPoolId( sName, GET_POOLID_CHRFMT ) : 0; + SwStyleNameMapper::GetPoolIdFromUIName( sName, GET_POOLID_CHRFMT ) : 0; pEntry->GetRubyAttr().SetCharFmtName( sName ); pEntry->GetRubyAttr().SetCharFmtId( nPoolId ); @@ -1231,6 +1234,17 @@ void SwXTextViewCursor::gotoRange( *aOwnPaM.GetMark() = *pShellCrsr->GetMark(); } + Reference<lang::XUnoTunnel> xRangeTunnel( xRange, uno::UNO_QUERY); + SwXTextRange* pRange = 0; + SwXTextCursor* pCursor = 0; + if(xRangeTunnel.is()) + { + pRange = (SwXTextRange*)xRangeTunnel->getSomething( + SwXTextRange::getUnoTunnelId()); + pCursor = (SwXTextCursor*)xRangeTunnel->getSomething( + SwXTextCursor::getUnoTunnelId()); + } + const sal_uInt16 nFrmType = rSh.GetFrmType(0,sal_True); SwStartNodeType eSearchNodeType = SwNormalStartNode; diff --git a/sw/source/ui/utlui/poolfmt.src b/sw/source/ui/utlui/poolfmt.src index f903ea0565..13ec7f1171 100644 --- a/sw/source/ui/utlui/poolfmt.src +++ b/sw/source/ui/utlui/poolfmt.src @@ -2,9 +2,9 @@ * * $RCSfile: poolfmt.src,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: kz $ $Date: 2001-07-14 20:23:34 $ + * last change: $Author: mtg $ $Date: 2001-07-20 10:38:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -692,104 +692,6 @@ String STR_POOLCHR_HTML_TELETYPE Text[ finnish ] = "Konekirjoitusteksti"; }; -String STR_POOLCHR_PRGM_FOOTNOTE -{ - Text = "Footnote Symbol" ; -}; -String STR_POOLCHR_PRGM_PAGENO -{ - Text = "Page Number" ; -}; -String STR_POOLCHR_PRGM_LABEL -{ - Text = "Caption characters" ; -}; -String STR_POOLCHR_PRGM_DROPCAPS -{ - Text = "Drop Caps" ; -}; -String STR_POOLCHR_PRGM_NUM_LEVEL -{ - Text = "Numbering Symbols" ; -}; -String STR_POOLCHR_PRGM_BUL_LEVEL -{ - Text = "Bullet Symbols" ; -}; -String STR_POOLCHR_PRGM_INET_NORMAL -{ - Text = "Internet link" ; -}; -String STR_POOLCHR_PRGM_INET_VISIT -{ - Text = "Visited Internet Link" ; -}; -String STR_POOLCHR_PRGM_JUMPEDIT -{ - Text = "Placeholder" ; -}; -String STR_POOLCHR_PRGM_TOXJUMP -{ - Text = "Index Link" ; -}; -String STR_POOLCHR_PRGM_ENDNOTE -{ - Text = "Endnote Symbol" ; -}; -String STR_POOLCHR_PRGM_LINENUM -{ - Text = "Line numbering" ; -}; -String STR_POOLCHR_PRGM_IDX_MAIN_ENTRY -{ - Text = "Main index entry"; -}; -String STR_POOLCHR_PRGM_FOOTNOTE_ANCHOR -{ - Text = "Footnote anchor"; -}; -String STR_POOLCHR_PRGM_ENDNOTE_ANCHOR -{ - Text = "Endnote anchor"; -}; - - // Zeichenvorlagen fuer HTML -String STR_POOLCHR_PRGM_HTML_EMPHASIS -{ - Text = "Emphasis" ; -}; -String STR_POOLCHR_PRGM_HTML_CITIATION -{ - Text = "Citation" ; -}; -String STR_POOLCHR_PRGM_HTML_STRONG -{ - Text = "Strong Emphasis" ; -}; -String STR_POOLCHR_PRGM_HTML_CODE -{ - Text = "Source Text" ; -}; -String STR_POOLCHR_PRGM_HTML_SAMPLE -{ - Text = "Example" ; -}; -String STR_POOLCHR_PRGM_HTML_KEYBOARD -{ - Text = "User Entry" ; -}; -String STR_POOLCHR_PRGM_HTML_VARIABLE -{ - Text = "Variable" ; -}; -String STR_POOLCHR_PRGM_HTML_DEFINSTANCE -{ - Text = "Definition" ; -}; -String STR_POOLCHR_PRGM_HTML_TELETYPE -{ - Text = "Teletype" ; -}; // Rahmenvorlagen String STR_POOLFRM_FRAME { @@ -974,35 +876,6 @@ String STR_POOLFRM_LABEL Text[ language_user1 ] = " "; Text[ catalan ] = "Etiquetas"; }; - String STR_POOLFRM_PRGM_FRAME -{ - Text = "Frame" ; -}; -String STR_POOLFRM_PRGM_GRAPHIC -{ - Text = "Graphics" ; -}; -String STR_POOLFRM_PRGM_OLE -{ - Text = "OLE" ; -}; -String STR_POOLFRM_PRGM_FORMEL -{ - Text = "Formula" ; -}; -String STR_POOLFRM_PRGM_MARGINAL -{ - Text = "Marginalia" ; -}; -String STR_POOLFRM_PRGM_WATERSIGN -{ - Text = "Watermark" ; -}; -String STR_POOLFRM_PRGM_LABEL -{ - Text = "Labels" ; -}; - // ----------------- // Vorlagen-Namen // ----------------- @@ -4225,497 +4098,6 @@ String STR_POOLCOLL_HTML_DT Text[ catalan ] = "Encabezamiento de lista"; Text[ finnish ] = "Luettelon otsikko"; }; -//programmatic para style names -String STR_POCO_PRGM_STANDARD -{ - Text = "Standard" ; -}; -String STR_POCO_PRGM_TEXT -{ - Text = "Text body" ; -}; -String STR_POCO_PRGM_TEXT_IDENT -{ - Text = "First line indent" ; -}; -String STR_POCO_PRGM_TEXT_NEGIDENT -{ - Text = "Hanging indent" ; -}; -String STR_POCO_PRGM_TEXT_MOVE -{ - Text = "Text body indent" ; -}; -String STR_POCO_PRGM_GREETING -{ - Text = "Salutation" ; -}; -String STR_POCO_PRGM_SIGNATURE -{ - Text = "Signature" ; -}; -String STR_POCO_PRGM_HEADLINE_BASE -{ - Text = "Heading" ; -}; -String STR_POCO_PRGM_NUMBUL_BASE -{ - Text = "List" ; -}; -String STR_POCO_PRGM_REGISTER_BASE -{ - Text = "Index" ; -}; -String STR_POCO_PRGM_CONFRONTATION -{ - Text = "List Indent" ; -}; -String STR_POCO_PRGM_MARGINAL -{ - Text = "Marginalia" ; -}; -String STR_POCO_PRGM_HEADLINE1 -{ - Text = "Heading 1" ; -}; -String STR_POCO_PRGM_HEADLINE2 -{ - Text = "Heading 2" ; -}; -String STR_POCO_PRGM_HEADLINE3 -{ - Text = "Heading 3" ; -}; -String STR_POCO_PRGM_HEADLINE4 -{ - Text = "Heading 4" ; -}; -String STR_POCO_PRGM_HEADLINE5 -{ - Text = "Heading 5" ; -}; -String STR_POCO_PRGM_HEADLINE6 -{ - Text = "Heading 6" ; -}; -String STR_POCO_PRGM_HEADLINE7 -{ - Text = "Heading 7" ; -}; -String STR_POCO_PRGM_HEADLINE8 -{ - Text = "Heading 8" ; -}; -String STR_POCO_PRGM_HEADLINE9 -{ - Text = "Heading 9" ; -}; -String STR_POCO_PRGM_HEADLINE10 -{ - Text = "Heading 10" ; -}; -String STR_POCO_PRGM_NUM_LEVEL1S -{ - Text = "Numbering 1 Start" ; -}; -String STR_POCO_PRGM_NUM_LEVEL1 -{ - Text = "Numbering 1" ; -}; -String STR_POCO_PRGM_NUM_LEVEL1E -{ - Text = "Numbering 1 End" ; -}; -String STR_POCO_PRGM_NUM_NONUM1 -{ - Text = "Numbering 1 Cont." ; -}; -String STR_POCO_PRGM_NUM_LEVEL2S -{ - Text = "Numbering 2 Start" ; -}; -String STR_POCO_PRGM_NUM_LEVEL2 -{ - Text = "Numbering 2" ; -}; -String STR_POCO_PRGM_NUM_LEVEL2E -{ - Text = "Numbering 2 End" ; -}; -String STR_POCO_PRGM_NUM_NONUM2 -{ - Text = "Numbering 2 Cont." ; -}; -String STR_POCO_PRGM_NUM_LEVEL3S -{ - Text = "Numbering 3 Start" ; -}; -String STR_POCO_PRGM_NUM_LEVEL3 -{ - Text = "Numbering 3" ; -}; -String STR_POCO_PRGM_NUM_LEVEL3E -{ - Text = "Numbering 3 End" ; -}; -String STR_POCO_PRGM_NUM_NONUM3 -{ - Text = "Numbering 3 Cont." ; -}; -String STR_POCO_PRGM_NUM_LEVEL4S -{ - Text = "Numbering 4 Start" ; -}; -String STR_POCO_PRGM_NUM_LEVEL4 -{ - Text = "Numbering 4" ; -}; -String STR_POCO_PRGM_NUM_LEVEL4E -{ - Text = "Numbering 4 End" ; -}; -String STR_POCO_PRGM_NUM_NONUM4 -{ - Text = "Numbering 4 Cont." ; -}; -String STR_POCO_PRGM_NUM_LEVEL5S -{ - Text = "Numbering 5 Start" ; -}; -String STR_POCO_PRGM_NUM_LEVEL5 -{ - Text = "Numbering 5" ; -}; -String STR_POCO_PRGM_NUM_LEVEL5E -{ - Text = "Numbering 5 End" ; -}; -String STR_POCO_PRGM_NUM_NONUM5 -{ - Text = "Numbering 5 Cont." ; -}; -String STR_POCO_PRGM_BUL_LEVEL1S -{ - Text = "List 1 Start" ; -}; -String STR_POCO_PRGM_BUL_LEVEL1 -{ - Text = "List 1" ; -}; -String STR_POCO_PRGM_BUL_LEVEL1E -{ - Text = "List 1 End" ; -}; -String STR_POCO_PRGM_BUL_NONUM1 -{ - Text = "List 1 Cont." ; -}; -String STR_POCO_PRGM_BUL_LEVEL2S -{ - Text = "List 2 Start" ; -}; -String STR_POCO_PRGM_BUL_LEVEL2 -{ - Text = "List 2" ; -}; -String STR_POCO_PRGM_BUL_LEVEL2E -{ - Text = "List 2 End" ; -}; -String STR_POCO_PRGM_BUL_NONUM2 -{ - Text = "List 2 Cont." ; -}; -String STR_POCO_PRGM_BUL_LEVEL3S -{ - Text = "List 3 Start" ; -}; -String STR_POCO_PRGM_BUL_LEVEL3 -{ - Text = "List 3" ; -}; -String STR_POCO_PRGM_BUL_LEVEL3E -{ - Text = "List 3 End" ; -}; -String STR_POCO_PRGM_BUL_NONUM3 -{ - Text = "List 3 Cont." ; -}; -String STR_POCO_PRGM_BUL_LEVEL4S -{ - Text = "List 4 Start" ; -}; -String STR_POCO_PRGM_BUL_LEVEL4 -{ - Text = "List 4" ; -}; -String STR_POCO_PRGM_BUL_LEVEL4E -{ - Text = "List 4 End" ; -}; -String STR_POCO_PRGM_BUL_NONUM4 -{ - Text = "List 4 Cont." ; -}; -String STR_POCO_PRGM_BUL_LEVEL5S -{ - Text = "List 5 Start" ; -}; -String STR_POCO_PRGM_BUL_LEVEL5 -{ - Text = "List 5" ; -}; -String STR_POCO_PRGM_BUL_LEVEL5E -{ - Text = "List 5 End" ; -}; -String STR_POCO_PRGM_BUL_NONUM5 -{ - Text = "List 5 Cont." ; -}; -String STR_POCO_PRGM_HEADER -{ - Text = "Header" ; -}; -String STR_POCO_PRGM_HEADERL -{ - Text = "Header left" ; -}; -String STR_POCO_PRGM_HEADERR -{ - Text = "Header right" ; -}; -String STR_POCO_PRGM_FOOTER -{ - Text = "Footer" ; -}; -String STR_POCO_PRGM_FOOTERL -{ - Text = "Footer left" ; -}; -String STR_POCO_PRGM_FOOTERR -{ - Text = "Footer right" ; -}; -String STR_POCO_PRGM_TABLE -{ - Text = "Table Contents" ; -}; -String STR_POCO_PRGM_TABLE_HDLN -{ - Text = "Table Heading" ; -}; -String STR_POCO_PRGM_FRAME -{ - Text = "Frame contents" ; -}; -String STR_POCO_PRGM_FOOTNOTE -{ - Text = "Footnote" ; -}; -String STR_POCO_PRGM_ENDNOTE -{ - Text = "Endnote" ; -}; -String STR_POCO_PRGM_LABEL -{ - Text = "Caption" ; -}; -String STR_POCO_PRGM_LABEL_ABB -{ - Text = "Illustration" ; -}; -String STR_POCO_PRGM_LABEL_TABLE -{ - Text = "Table" ; -}; -String STR_POCO_PRGM_LABEL_FRAME -{ - Text = "Text" ; -}; -String STR_POCO_PRGM_LABEL_DRAWING -{ - Text = "Drawing"; -}; -String STR_POCO_PRGM_JAKETADRESS -{ - Text = "Addressee" ; -}; -String STR_POCO_PRGM_SENDADRESS -{ - Text = "Sender" ; -}; -String STR_POCO_PRGM_TOX_IDXH -{ - Text = "Index Heading" ; -}; -String STR_POCO_PRGM_TOX_IDX1 -{ - Text = "Index 1" ; -}; -String STR_POCO_PRGM_TOX_IDX2 -{ - Text = "Index 2" ; -}; -String STR_POCO_PRGM_TOX_IDX3 -{ - Text = "Index 3" ; -}; -String STR_POCO_PRGM_TOX_IDXBREAK -{ - Text = "Index Separator" ; -}; -String STR_POCO_PRGM_TOX_CNTNTH -{ - Text = "Contents Heading" ; -}; -String STR_POCO_PRGM_TOX_CNTNT1 -{ - Text = "Contents 1" ; -}; -String STR_POCO_PRGM_TOX_CNTNT2 -{ - Text = "Contents 2" ; -}; -String STR_POCO_PRGM_TOX_CNTNT3 -{ - Text = "Contents 3" ; -}; -String STR_POCO_PRGM_TOX_CNTNT4 -{ - Text = "Contents 4" ; -}; -String STR_POCO_PRGM_TOX_CNTNT5 -{ - Text = "Contents 5" ; -}; -String STR_POCO_PRGM_TOX_CNTNT6 -{ - Text = "Contents 6" ; -}; -String STR_POCO_PRGM_TOX_CNTNT7 -{ - Text = "Contents 7" ; -}; -String STR_POCO_PRGM_TOX_CNTNT8 -{ - Text = "Contents 8" ; -}; -String STR_POCO_PRGM_TOX_CNTNT9 -{ - Text = "Contents 9" ; -}; -String STR_POCO_PRGM_TOX_CNTNT10 -{ - Text = "Contents 10" ; -}; -String STR_POCO_PRGM_TOX_USERH -{ - Text = "User Index Heading" ; -}; -String STR_POCO_PRGM_TOX_USER1 -{ - Text = "User Index 1" ; -}; -String STR_POCO_PRGM_TOX_USER2 -{ - Text = "User Index 2" ; -}; -String STR_POCO_PRGM_TOX_USER3 -{ - Text = "User Index 3" ; -}; -String STR_POCO_PRGM_TOX_USER4 -{ - Text = "User Index 4" ; -}; -String STR_POCO_PRGM_TOX_USER5 -{ - Text = "User Index 5" ; -}; -String STR_POCO_PRGM_TOX_USER6 -{ - Text = "User Index 6" ; -}; -String STR_POCO_PRGM_TOX_USER7 -{ - Text = "User Index 7" ; -}; -String STR_POCO_PRGM_TOX_USER8 -{ - Text = "User Index 8" ; -}; -String STR_POCO_PRGM_TOX_USER9 -{ - Text = "User Index 9" ; -}; -String STR_POCO_PRGM_TOX_USER10 -{ - Text = "User Index 10" ; -}; -String STR_POCO_PRGM_TOX_ILLUSH -{ - Text = "Illustration Index Heading"; -}; -String STR_POCO_PRGM_TOX_ILLUS1 -{ - Text = "Illustration Index 1"; -}; -String STR_POCO_PRGM_TOX_OBJECTH -{ - Text = "Object index heading"; -}; -String STR_POCO_PRGM_TOX_OBJECT1 -{ - Text = "Object index 1"; -}; -String STR_POCO_PRGM_TOX_TABLESH -{ - Text = "Table index heading"; -}; -String STR_POCO_PRGM_TOX_TABLES1 -{ - Text = "Table index 1"; -}; -String STR_POCO_PRGM_TOX_AUTHORITIESH -{ - Text = "Bibliography Heading"; -}; -String STR_POCO_PRGM_TOX_AUTHORITIES1 -{ - Text = "Bibliography 1"; -}; - -String STR_POCO_PRGM_DOC_TITEL -{ - Text = "Title" ; -}; -String STR_POCO_PRGM_DOC_SUBTITEL -{ - Text = "Subtitle" ; -}; -String STR_POCO_PRGM_HTML_BLOCKQUOTE -{ - Text = "Quotations" ; -}; -String STR_POCO_PRGM_HTML_PRE -{ - Text = "Preformatted Text" ; -}; -String STR_POCO_PRGM_HTML_HR -{ - Text = "Horizontal Line" ; -}; -String STR_POCO_PRGM_HTML_DD -{ - Text = "List Contents" ; -}; -String STR_POCO_PRGM_HTML_DT -{ - Text = "List Heading" ; -}; - //page style names String STR_POOLPAGE_STANDARD { @@ -4951,42 +4333,6 @@ String STR_POOLPAGE_ENDNOTE Text[ catalan ] = "Nota al final"; Text[ finnish ] = "Loppuhuomautus"; }; -String STR_POOLPAGE_PRGM_STANDARD -{ - Text = "Standard" ; -}; -String STR_POOLPAGE_PRGM_FIRST -{ - Text = "First Page" ; -}; -String STR_POOLPAGE_PRGM_LEFT -{ - Text = "Left Page" ; -}; -String STR_POOLPAGE_PRGM_RIGHT -{ - Text = "Right Page" ; -}; -String STR_POOLPAGE_PRGM_JAKET -{ - Text = "Envelope" ; -}; -String STR_POOLPAGE_PRGM_REGISTER -{ - Text = "Index" ; -}; -String STR_POOLPAGE_PRGM_HTML -{ - Text = "HTML" ; -}; -String STR_POOLPAGE_PRGM_FOOTNOTE -{ - Text = "Footnote" ; -}; -String STR_POOLPAGE_PRGM_ENDNOTE -{ - Text = "Endnote" ; -}; /* Numerierungs Regeln */ @@ -5256,48 +4602,6 @@ String STR_POOLNUMRULE_BUL5 Text[ finnish ] = "Luettelo 5"; }; -String STR_POOLNUMRULE_PRGM_NUM1 -{ - Text = "Numbering 1" ; -}; -String STR_POOLNUMRULE_PRGM_NUM2 -{ - Text = "Numbering 2" ; -}; -String STR_POOLNUMRULE_PRGM_NUM3 -{ - Text = "Numbering 3" ; -}; -String STR_POOLNUMRULE_PRGM_NUM4 -{ - Text = "Numbering 4" ; -}; -String STR_POOLNUMRULE_PRGM_NUM5 -{ - Text = "Numbering 5" ; -}; -String STR_POOLNUMRULE_PRGM_BUL1 -{ - Text = "List 1" ; -}; -String STR_POOLNUMRULE_PRGM_BUL2 -{ - Text = "List 2" ; -}; -String STR_POOLNUMRULE_PRGM_BUL3 -{ - Text = "List 3" ; -}; -String STR_POOLNUMRULE_PRGM_BUL4 -{ - Text = "List 4" ; -}; -String STR_POOLNUMRULE_PRGM_BUL5 -{ - Text = "List 5" ; -}; - - String STR_POOLCHR_RUBYTEXT { Text = "Rubys" ; @@ -5323,13 +4627,3 @@ String STR_POOLCHR_RUBYTEXT Text[ arabic ] = "ÑãæÒ ÕæÊíÉ"; Text[ catalan ] = "Símbolos fonéticos"; }; - -String STR_POOLCHR_PRGM_RUBYTEXT -{ - Text = "Rubies" ; -}; - - - - - |