/trunk/main/editeng/inc/editeng/ |
H A D | editdata.hxx | 126 struct ESelection struct 143 ESelection( sal_uInt32 nPara, xub_StrLen nPos ) : in ESelection() argument 152 sal_Bool IsEqual( const ESelection& rS ) const; 153 sal_Bool IsLess( const ESelection& rS ) const; 159 inline sal_Bool ESelection::HasRange() const in HasRange() 164 inline sal_Bool ESelection::IsZero() const in IsZero() 170 inline sal_Bool ESelection::IsEqual( const ESelection& rS ) const in IsEqual() 176 inline sal_Bool ESelection::IsLess( const ESelection& rS ) const in IsLess() 189 inline sal_Bool ESelection::IsGreater( const ESelection& rS ) const in IsGreater() 202 inline void ESelection::Adjust() in Adjust() [all …]
|
H A D | editeng.hxx | 182 sal_uInt16 GetScriptType( const ESelection& rSelection ) const; 232 ESelection GetWord( const ESelection& rSelection, sal_uInt16 nWordType ) const; 233 ESelection WordLeft( const ESelection& rSelection, sal_uInt16 nWordType ) const; 234 ESelection WordRight( const ESelection& rSelection, sal_uInt16 nWordType ) const; 235 …ESelection CursorLeft( const ESelection& rSelection, sal_uInt16 nCharacterIteratorMode ) cons… 236 …ESelection CursorRight( const ESelection& rSelection, sal_uInt16 nCharacterIteratorMode ) con… 237 ESelection SelectSentence( const ESelection& rCurSel ) const; 333 void QuickMarkInvalid( const ESelection& rSel ); 336 void QuickInsertLineBreak( const ESelection& rSel ); 338 void QuickDelete( const ESelection& rSel ); [all …]
|
H A D | unoedprx.hxx | 42 virtual String GetText( const ESelection& rSel ) const; 52 virtual sal_uInt16 GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const; 55 virtual void QuickInsertText( const String& rText, const ESelection& rSel ); 56 virtual void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ); 57 virtual void QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ); 58 virtual void QuickInsertLineBreak( const ESelection& rSel ); 85 virtual sal_Bool Delete( const ESelection& ); 86 virtual sal_Bool InsertText( const String&, const ESelection& ); 111 sal_Bool IsEditable( const ESelection& rSelection ); 131 virtual sal_Bool GetSelection( ESelection& rSelection ) const; [all …]
|
H A D | unoedsrc.hxx | 44 struct ESelection; 154 virtual String GetText( const ESelection& rSel ) const = 0; 161 virtual sal_uInt16 GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const = 0; 164 virtual void QuickInsertText( const String& rText, const ESelection& rSel ) = 0; 165 virtual void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) = 0; 166 virtual void QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ) = 0; 167 virtual void QuickInsertLineBreak( const ESelection& rSel ) = 0; 398 virtual sal_Bool Delete( const ESelection& rSelection ) = 0; 410 virtual sal_Bool InsertText( const String& rText, const ESelection& rSel ) = 0; 520 virtual sal_Bool GetSelection( ESelection& rSelection ) const = 0; [all …]
|
H A D | unoforou.hxx | 47 mutable ESelection maAttribCacheSelection; 62 virtual String GetText( const ESelection& rSel ) const; 63 virtual SfxItemSet GetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib = 0 ) const; 66 …virtual void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_… 69 virtual sal_uInt16 GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const; 72 virtual void QuickInsertText( const String& rText, const ESelection& rSel ); 73 virtual void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ); 74 virtual void QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ); 75 virtual void QuickInsertLineBreak( const ESelection& rSel ); 101 virtual sal_Bool Delete( const ESelection& ); [all …]
|
H A D | unofored.hxx | 44 virtual String GetText( const ESelection& rSel ) const; 45 …virtual SfxItemSet GetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib = EditEngineAttrib… 48 …virtual void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_… 51 virtual sal_uInt16 GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const; 54 virtual void QuickInsertText( const String& rText, const ESelection& rSel ); 55 virtual void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ); 56 virtual void QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ); 57 virtual void QuickInsertLineBreak( const ESelection& rSel ); 80 virtual sal_Bool Delete( const ESelection& ); 81 virtual sal_Bool InsertText( const String&, const ESelection& );
|
H A D | unotext.hxx | 165 struct ESelection; 188 virtual String GetText( const ESelection& rSel ) const; 195 sal_uInt16 GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const; 200 virtual void QuickInsertText( const String& rText, const ESelection& rSel ); 202 virtual void QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ); 203 virtual void QuickInsertLineBreak( const ESelection& rSel ); 226 virtual sal_Bool Delete( const ESelection& ); 227 virtual sal_Bool InsertText( const String&, const ESelection& ); 262 ESelection maSelection; 292 void SetSelection( const ESelection& rSelection ) throw(); [all …]
|
/trunk/main/editeng/source/uno/ |
H A D | unoforou.cxx | 72 String SvxOutlinerForwarder::GetText( const ESelection& rSel ) const in GetText() 108 SfxItemSet SvxOutlinerForwarder::GetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib ) con… in GetAttribs() 204 void SvxOutlinerForwarder::QuickInsertText( const String& rText, const ESelection& rSel ) in QuickInsertText() 217 void SvxOutlinerForwarder::QuickInsertLineBreak( const ESelection& rSel ) in QuickInsertLineBreak() 223 void SvxOutlinerForwarder::QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) in QuickInsertField() 229 void SvxOutlinerForwarder::QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ) in QuickSetAttribs() 254 sal_uInt16 SvxOutlinerForwarder::GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const in GetItemState() 401 …ESelection aRes = rOutliner.GetEditEngine().GetWord( ESelection(nPara, nIndex, nPara, nIndex), com… in GetWordIndices() 446 sal_Bool SvxOutlinerForwarder::Delete( const ESelection& rSelection ) in Delete() 455 sal_Bool SvxOutlinerForwarder::InsertText( const String& rStr, const ESelection& rSelection ) in InsertText() [all …]
|
H A D | unotext.cxx | 148 ESelection aMaxSelection; in CheckSelection() 261 ESelection aSelection; in SvxUnoTextRangeBase() 376 ESelection aNewSel = maSelection; in getStart() 405 ESelection aNewSel = maSelection; in getEnd() 1719 ESelection aSelection; in SvxUnoTextBase() 1728 ESelection aSelection; in SvxUnoTextBase() 1883 ESelection aSelection; in insertString() 1912 ESelection aSelection; in insertControlCharacter() 2045 ESelection aSelection; in getText() 2082 ESelection aSelection; in createEnumeration() [all …]
|
H A D | unofored.cxx | 65 String SvxEditEngineForwarder::GetText( const ESelection& rSel ) const in GetText() 72 SfxItemSet SvxEditEngineForwarder::GetAttribs( const ESelection& rSel, sal_Bool bOnlyHardAttrib ) c… in GetAttribs() 138 void SvxEditEngineForwarder::QuickInsertText( const String& rText, const ESelection& rSel ) in QuickInsertText() 143 void SvxEditEngineForwarder::QuickInsertLineBreak( const ESelection& rSel ) in QuickInsertLineBreak() 148 void SvxEditEngineForwarder::QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) in QuickInsertField() 153 void SvxEditEngineForwarder::QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ) in QuickSetAttribs() 307 sal_uInt16 SvxEditEngineForwarder::GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const in GetItemState() 443 …ESelection aRes = rEditEngine.GetWord( ESelection(nPara, nIndex, nPara, nIndex), com::sun::star::i… in GetWordIndices() 489 sal_Bool SvxEditEngineForwarder::Delete( const ESelection& rSelection ) in Delete() 497 sal_Bool SvxEditEngineForwarder::InsertText( const String& rStr, const ESelection& rSelection ) in InsertText() [all …]
|
H A D | unoedprx.cxx | 155 return ESelection( rStart.GetParagraph(), rStart.GetEEIndex(), in MakeEESelection() 163 return ESelection( rStart.GetParagraph(), rStart.GetEEIndex()+1, in MakeEESelection() 167 return ESelection( rStart.GetParagraph(), rStart.GetEEIndex(), in MakeEESelection() 171 ESelection MakeEESelection( const SvxAccessibleTextIndex& rIndex ) in MakeEESelection() 173 return ESelection( rIndex.GetParagraph(), rIndex.GetEEIndex(), in MakeEESelection() 471 String SvxAccessibleTextAdapter::GetText( const ESelection& rSel ) const in GetText() 787 ESelection aSel = MakeEESelection( aIndex ); in GetCharBounds() 896 ESelection aSelection = MakeEESelection( aIndex ); in GetIndexAtPoint() 1066 sal_Bool SvxAccessibleTextAdapter::Delete( const ESelection& rSel ) in Delete() 1154 sal_Bool SvxAccessibleTextAdapter::IsEditable( const ESelection& rSel ) in IsEditable() [all …]
|
/trunk/main/editeng/source/outliner/ |
H A D | outlvw.cxx | 114 ESelection aSel( pEditView->GetSelection() ); in PostKeyEvent() 238 ESelection aTmpSel(nTemp,0,nTemp,0); in PostKeyEvent() 256 ESelection aTmpSel(nTemp,0,nTemp,0); in PostKeyEvent() 569 ESelection aSel = pEditView->GetSelection(); in ImpGetSelectedParagraphs() 1153 ESelection aSel( pEditView->GetSelection() ); in ImpCalcSelectedPages() 1188 ESelection aSel( pEditView->GetSelection() ); in ToggleBullets() 1264 ESelection aSel( pEditView->GetSelection() ); in ToggleBulletsNumbering() 1302 ESelection aSel( pEditView->GetSelection() ); in EnableBullets() 1532 ESelection aSel = pEditView->GetSelection(); in RemoveAttribs() 1702 ESelection OutlinerView::GetSelection() in GetSelection() [all …]
|
/trunk/main/svx/source/accessibility/ |
H A D | AccessibleEmptyEditSource.cxx | 106 String GetText( const ESelection& /*rSel*/ ) const { return String(); } in GetText() 107 SfxItemSet GetAttribs( const ESelection& /*rSel*/, sal_Bool /*bOnlyHardAttrib*/ = 0 ) const in GetAttribs() argument 114 … SfxItemSet GetParaAttribs( sal_uInt32 /*nPara*/ ) const { return GetAttribs(ESelection()); } in GetParaAttribs() 116 …void RemoveAttribs( const ESelection& /*rSelection*/, sal_Bool /*bRemoveParaAttribs*/, … in RemoveAttribs() argument 119 … sal_uInt16 GetItemState( const ESelection& /*rSel*/, sal_uInt16 /*nWhich*/ ) const { return 0; } in GetItemState() argument 124 void QuickInsertText( const String& /*rText*/, const ESelection& /*rSel*/ ) {} in QuickInsertText() argument 125 void QuickInsertField( const SvxFieldItem& /*rFld*/, const ESelection& /*rSel*/ ) {} in QuickInsertField() argument 126 void QuickSetAttribs( const SfxItemSet& /*rSet*/, const ESelection& /*rSel*/ ) {} in QuickSetAttribs() argument 127 void QuickInsertLineBreak( const ESelection& /*rSel*/ ) {} in QuickInsertLineBreak() argument 170 sal_Bool Delete( const ESelection& ) { return sal_False; } in Delete() argument [all …]
|
/trunk/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 205 ESelection aSel( 0, nStart, 0, nPos ); in InitRangeFinder() 229 ESelection aOldSel = pView->GetSelection(); in lcl_Replace() 242 ESelection aSel( 0, nLen, 0, nLen ); in lcl_Replace() 1152 ESelection aSel = pView->GetSelection(); in lcl_CompleteFunction() 1333 ESelection aAllSel( 0, 0, 0, nOldLen ); in PasteManualTip() 1556 pTableView->SetSelection( ESelection( in NextAutoEntry() 1564 pTopView->SetSelection( ESelection( in NextAutoEntry() 1628 ESelection aSelThis( 0,nPos, 0,nPos+1 ); in UpdateParenthesis() 2045 ESelection aSel = pEditView->GetSelection(); in lcl_SetTopSelection() 2054 ESelection aSel; in SyncViews() [all …]
|
/trunk/main/starmath/source/ |
H A D | edit.cxx | 78 void SmGetLeftSelectionPart(const ESelection aSel, in SmGetLeftSelectionPart() 259 ESelection aNewSelection (GetSelection()); in IMPL_LINK() 498 ESelection eSelection; in CreateEditView() 620 ESelection eSelection = pEditView->GetSelection(); in SetText() 681 ESelection eSelection( pEditView->GetSelection() ); in IsAllSelected() 712 ESelection aSelection = pEditView->GetSelection(); in InsertCommand() 759 ESelection eSelection = pEditView->GetSelection(); in SelNextMark() 789 ESelection eSelection = pEditView->GetSelection(); in SelPrevMark() 845 ESelection SmEditWindow::GetSelection() const in GetSelection() 850 ESelection eSel; in GetSelection() [all …]
|
H A D | accessibility.hxx | 176 struct ESelection; 217 virtual String GetText( const ESelection& rSel ) const; 224 virtual sal_uInt16 GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const; 227 virtual void QuickInsertText( const String& rText, const ESelection& rSel ); 228 virtual void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ); 229 virtual void QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ); 230 virtual void QuickInsertLineBreak( const ESelection& rSel ); 253 virtual sal_Bool Delete( const ESelection& ); 254 virtual sal_Bool InsertText( const String&, const ESelection& ); 288 virtual sal_Bool GetSelection( ESelection& rSelection ) const; [all …]
|
H A D | accessibility.cxx | 1024 String SmTextForwarder::GetText( const ESelection& rSel ) const in GetText() 1112 void SmTextForwarder::QuickInsertText( const String& rText, const ESelection& rSel ) in QuickInsertText() 1119 void SmTextForwarder::QuickInsertLineBreak( const ESelection& rSel ) in QuickInsertLineBreak() 1126 void SmTextForwarder::QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) in QuickInsertField() 1133 void SmTextForwarder::QuickSetAttribs( const SfxItemSet& rSet, const ESelection& rSel ) in QuickSetAttribs() 1409 …ESelection aRes = pEditEngine->GetWord( ESelection(nPara, nIndex, nPara, nIndex), com::sun::star::… in GetWordIndices() 1480 sal_Bool SmTextForwarder::Delete( const ESelection& rSelection ) in Delete() 1493 sal_Bool SmTextForwarder::InsertText( const String& rStr, const ESelection& rSelection ) in InsertText() 1535 ESelection aSel( nPara, pEditEngine->GetTextLen( nPara ) ); in AppendTextPortion() 1640 sal_Bool SmEditViewForwarder::GetSelection( ESelection& rSelection ) const in GetSelection() [all …]
|
/trunk/main/sd/source/ui/notes/ |
H A D | EditWindow.cxx | 111 void SmGetLeftSelectionPart(const ESelection aSel, in SmGetLeftSelectionPart() 498 ESelection eSelection; in CreateEditView() 636 ESelection eSelection = mpEditView->GetSelection(); in SetText() 680 ESelection eSelection( mpEditView->GetSelection() ); in IsAllSelected() 700 mpEditView->SetSelection( ESelection( 0, 0, EE_PARA_MAX, EE_INDEX_MAX ) ); in SelectAll() 725 ESelection eSelection = mpEditView->GetSelection(); in SelNextMark() 738 … mpEditView->SetSelection(ESelection (eSelection.nEndPara, Pos, eSelection.nEndPara, Pos + 3)); in SelNextMark() 755 ESelection eSelection = mpEditView->GetSelection(); in SelPrevMark() 811 ESelection EditWindow::GetSelection() const in GetSelection() 816 ESelection eSel; in GetSelection() [all …]
|
/trunk/main/editeng/source/editeng/ |
H A D | editundo.hxx | 238 ESelection aESel; 252 … EditUndoSetAttribs( ImpEditEngine* pImpEE, const ESelection& rESel, const SfxItemSet& rNewItems ); 273 ESelection aOldESel; 274 ESelection aNewESel; 282 EditUndoTransliteration( ImpEditEngine* pImpEE, const ESelection& rESel, sal_Int32 nMode ); 287 void SetNewSelection( const ESelection& rSel ) { aNewESel = rSel; } in SetNewSelection() 299 ESelection aSelection; 303 EditUndoMarkSelection( ImpEditEngine* pImpEE, const ESelection& rSel );
|
H A D | textconv.cxx | 284 void TextConvWrapper::SetLanguageAndFont( const ESelection &rESel, in SetLanguageAndFont() 288 ESelection aOldSel = pEditView->GetSelection(); in SetLanguageAndFont() 325 ESelection aSelection = pEditView->GetSelection(); in SelectNewUnit_impl() 346 ESelection aSelection = pEditView->GetSelection(); in GetNextPortion() 409 ESelection _aOldSel = pEditView->GetSelection(); in ReplaceUnit() 433 ESelection aOldSel = pEditView->GetSelection(); in ReplaceUnit() 434 ESelection aNewSel( aOldSel ); in ReplaceUnit() 473 ESelection *pESelection ) in ChangeText() 532 ESelection aSel( *pESelection ); in ChangeText()
|
H A D | editeng.cxx | 554 sal_uInt16 EditEngine::GetScriptType( const ESelection& rSelection ) const in GetScriptType() 762 ESelection aESel( nPara, nIndex, nPara, nIndex ); in GetWord() 768 ESelection EditEngine::GetWord( const ESelection& rSelection, sal_uInt16 nWordType ) const in GetWord() 778 ESelection EditEngine::WordLeft( const ESelection& rSelection, sal_uInt16 nWordType ) const in WordLeft() 788 ESelection EditEngine::WordRight( const ESelection& rSelection, sal_uInt16 nWordType ) const in WordRight() 798 ESelection EditEngine::CursorLeft( const ESelection& rSelection, sal_uInt16 nCharacterIteratorMode … in CursorLeft() 808 ESelection EditEngine::CursorRight( const ESelection& rSelection, sal_uInt16 nCharacterIteratorMode… in CursorRight() 818 ESelection EditEngine::SelectSentence( const ESelection& rCurSel ) const in SelectSentence() 1961 void EditEngine::QuickMarkInvalid( const ESelection& rSel ) in QuickMarkInvalid() 1984 void EditEngine::QuickDelete( const ESelection& rSel ) in QuickDelete() [all …]
|
/trunk/main/sw/source/ui/shells/ |
H A D | langhelper.cxx | 68 ESelection aSelection = pOLV->GetSelection(); in GetLanguageStatus() 114 ESelection aSelection = pOLV->GetSelection(); in SetLanguageStatus() 243 SetLanguage( rWrtSh, 0 , ESelection(), rLangText, bIsForSelection, rCoreSet ); in SetLanguage() 246 …void SetLanguage( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, const String &rLa… in SetLanguage() 309 SetLanguage_None( rWrtSh,0,ESelection(),bIsForSelection,rCoreSet ); in SetLanguage_None() 312 …void SetLanguage_None( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, bool bIsForS… in SetLanguage_None() 369 ResetLanguages( rWrtSh, 0 , ESelection(), bIsForSelection ); in ResetLanguages() 372 …void ResetLanguages( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, bool bIsForSel… in ResetLanguages() 562 String GetTextForLanguageGuessing( EditEngine* rEditEngine, ESelection aDocSelection ) in GetTextForLanguageGuessing() 583 void SelectPara( EditView &rEditView, const ESelection &rCurSel ) in SelectPara() [all …]
|
/trunk/main/sc/source/ui/pagedlg/ |
H A D | scuitphfedit.cxx | 583 ESelection aSel(0,0,0,0); in IsPageEntry() 672 ESelection aSel(0,0,0,0); in ProcessDefinedListSel() 677 …ne()->QuickInsertField(SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD), ESelection(aSel.nEndPara, a… in ProcessDefinedListSel() 682 …aWndCenter.GetEditEngine()->QuickInsertText(aPageOfEntry,ESelection(aSel.nEndPara,aSel.nEndPos, aS… in ProcessDefinedListSel() 720 ESelection aSel(0,0,0,0); in ProcessDefinedListSel() 726 …aWndCenter.GetEditEngine()->QuickInsertText(aPageEntry, ESelection(aSel.nEndPara,aSel.nEndPos, aSe… in ProcessDefinedListSel() 729 …ne()->QuickInsertField(SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD), ESelection(aSel.nEndPara,aS… in ProcessDefinedListSel() 749 ESelection aSel(0,0,0,0); in ProcessDefinedListSel() 757 …aWndCenter.GetEditEngine()->QuickInsertText(aCommaSpace,ESelection(aSel.nEndPara, aSel.nEndPos, aS… in ProcessDefinedListSel() 770 ESelection aSel(0,0,0,0); in ProcessDefinedListSel() [all …]
|
/trunk/main/sw/source/ui/inc/ |
H A D | langhelper.hxx | 32 struct ESelection; 41 …extern void SetLanguage( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, const Stri… 44 …extern void SetLanguage_None( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, bool … 47 …extern void ResetLanguages( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, bool bI… 52 extern void SelectPara( EditView &rEditView, const ESelection &rCurSel ); 54 extern String GetTextForLanguageGuessing( EditEngine* rEditEngine, ESelection aDocSelection );
|
/trunk/main/sc/source/core/data/ |
H A D | stlpool.cxx | 402 pEdEngine->QuickInsertField( SvxFieldItem(SvxTableField(), EE_FEATURE_FIELD), ESelection() ); in CreateStandardStyles() 417 …pEdEngine->QuickInsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD), ESelection(0,nStrLen,… in CreateStandardStyles() 465 …pEdEngine->QuickInsertField( SvxFieldItem(SvxFileField(), EE_FEATURE_FIELD), ESelection(0,2,0,2) ); in CreateStandardStyles() 466 pEdEngine->QuickInsertField( SvxFieldItem(SvxTableField(), EE_FEATURE_FIELD), ESelection() ); in CreateStandardStyles() 473 …pEdEngine->QuickInsertField( SvxFieldItem(SvxTimeField(), EE_FEATURE_FIELD), ESelection(0,2,0,2) ); in CreateStandardStyles() 475 ESelection() ); in CreateStandardStyles() 490 …pEdEngine->QuickInsertField( SvxFieldItem(SvxPagesField(), EE_FEATURE_FIELD), ESelection(0,nStrLen… in CreateStandardStyles() 491 …pEdEngine->QuickInsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD), ESelection(0,nStrLen,… in CreateStandardStyles()
|