/aoo4110/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() 474 … pEdEngine->QuickInsertField( SvxFieldItem(SvxDateField(Date(),SVXDATETYPE_VAR), EE_FEATURE_FIELD), 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()
|
H A D | attrib.cxx | 807 rEng.QuickInsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD), aSel ); in lcl_ConvertFields() 813 rEng.QuickInsertField( SvxFieldItem(SvxPagesField(), EE_FEATURE_FIELD), aSel ); in lcl_ConvertFields() 819 …rEng.QuickInsertField( SvxFieldItem(SvxDateField(Date(),SVXDATETYPE_VAR), EE_FEATURE_FIELD), aSel … in lcl_ConvertFields() 825 rEng.QuickInsertField( SvxFieldItem(SvxTimeField(), EE_FEATURE_FIELD ), aSel ); in lcl_ConvertFields() 831 rEng.QuickInsertField( SvxFieldItem(SvxFileField(), EE_FEATURE_FIELD), aSel ); in lcl_ConvertFields() 837 rEng.QuickInsertField( SvxFieldItem(SvxTableField(), EE_FEATURE_FIELD), aSel ); in lcl_ConvertFields()
|
/aoo4110/main/sc/source/ui/pagedlg/ |
H A D | scuitphfedit.cxx | 678 …aWndCenter.GetEditEngine()->QuickInsertField(SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD), ESele… in ProcessDefinedListSel() 685 …aWndCenter.GetEditEngine()->QuickInsertField(SvxFieldItem(SvxPagesField(), EE_FEATURE_FIELD), ESel… in ProcessDefinedListSel() 722 …aWndCenter.GetEditEngine()->QuickInsertField(SvxFieldItem( SvxFileField(), EE_FEATURE_FIELD ), aSe… in ProcessDefinedListSel() 730 …aWndCenter.GetEditEngine()->QuickInsertField(SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD), ESele… in ProcessDefinedListSel() 755 …aWndCenter.GetEditEngine()->QuickInsertField(SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD), ESele… in ProcessDefinedListSel() 760 …aWndCenter.GetEditEngine()->QuickInsertField( SvxFieldItem(SvxTableField(), EE_FEATURE_FIELD), ESe… in ProcessDefinedListSel() 776 …aWndCenter.GetEditEngine()->QuickInsertField(SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD), ESele… in ProcessDefinedListSel() 781 …aWndCenter.GetEditEngine()->QuickInsertField( SvxFieldItem(SvxFileField(), EE_FEATURE_FIELD), ESel… in ProcessDefinedListSel()
|
/aoo4110/main/editeng/source/uno/ |
H A D | unofored.cxx | 148 void SvxEditEngineForwarder::QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) in QuickInsertField() function in SvxEditEngineForwarder 150 rEditEngine.QuickInsertField( rFld, rSel ); in QuickInsertField()
|
H A D | unoforou.cxx | 223 void SvxOutlinerForwarder::QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) in QuickInsertField() function in SvxOutlinerForwarder 226 rOutliner.QuickInsertField( rFld, rSel ); in QuickInsertField()
|
H A D | unotext.cxx | 339 pForwarder->QuickInsertField( aField, maSelection ); in attachField() 1754 pForwarder->QuickInsertField( rField, GetSelection() ); in InsertField() 2018 pForwarder->QuickInsertField( aField, aSelection ); in insertTextContent() 2573 void SvxDummyTextSource::QuickInsertField( const SvxFieldItem&, const ESelection& ) in QuickInsertField() function in SvxDummyTextSource
|
H A D | unoedprx.cxx | 616 void SvxAccessibleTextAdapter::QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) in QuickInsertField() function in SvxAccessibleTextAdapter 626 mrTextForwarder->QuickInsertField( rFld, in QuickInsertField()
|
/aoo4110/main/editeng/source/outliner/ |
H A D | outlin2.cxx | 635 void Outliner::QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) in QuickInsertField() function in Outliner 639 pEditEngine->QuickInsertField( rFld, rSel ); in QuickInsertField()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdomeas.cxx | 609 …rOutliner.QuickInsertField(SvxFieldItem(SdrMeasureField(SDRMEASUREFIELD_ROTA90BLANCS), EE_FEATURE_… in UndirtyText() 610 …rOutliner.QuickInsertField(SvxFieldItem(SdrMeasureField(SDRMEASUREFIELD_VALUE), EE_FEATURE_FIELD),… in UndirtyText() 612 …rOutliner.QuickInsertField(SvxFieldItem(SdrMeasureField(SDRMEASUREFIELD_UNIT), EE_FEATURE_FIELD),E… in UndirtyText() 613 …rOutliner.QuickInsertField(SvxFieldItem(SdrMeasureField(SDRMEASUREFIELD_ROTA90BLANCS), EE_FEATURE_… in UndirtyText()
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | unofored.hxx | 55 virtual void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel );
|
H A D | unoforou.hxx | 73 virtual void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel );
|
H A D | unoedprx.hxx | 56 virtual void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel );
|
H A D | unoedsrc.hxx | 165 virtual void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) = 0;
|
H A D | editeng.hxx | 335 void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel );
|
H A D | outliner.hxx | 980 void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel );
|
/aoo4110/main/svx/source/accessibility/ |
H A D | AccessibleEmptyEditSource.cxx | 125 void QuickInsertField( const SvxFieldItem& /*rFld*/, const ESelection& /*rSel*/ ) {} in QuickInsertField() function in accessibility::AccessibleEmptyEditSource_Impl
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xicontent.cxx | 191 …rEE.QuickInsertField( SvxFieldItem( aUrlField, EE_FEATURE_FIELD ), ESelection( 0, 0, 0xFFFF, 0 ) ); in lclInsertUrl() 196 rEE.QuickInsertField( SvxFieldItem( aUrlField, EE_FEATURE_FIELD ), ESelection() ); in lclInsertUrl()
|
H A D | xihelper.cxx | 579 …mrEE.QuickInsertField( rFieldItem, ESelection( rSel.nEndPara, rSel.nEndPos, rSel.nEndPara, rSel.nE… in InsertField()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | fielduno.cxx | 720 … pEditEngine->QuickInsertField( SvxFieldItem(*pField, EE_FEATURE_FIELD), aSelection ); in setPropertyValue() 1414 … pEditEngine->QuickInsertField( SvxFieldItem(*pField, EE_FEATURE_FIELD), aSelection ); in setPropertyValue()
|
H A D | textuno.cxx | 494 pForwarder->QuickInsertField( aItem, aSelection ); in insertTextContent()
|
/aoo4110/main/starmath/source/ |
H A D | accessibility.cxx | 1126 void SmTextForwarder::QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) in QuickInsertField() function in SmTextForwarder 1130 pEditEngine->QuickInsertField( rFld, rSel ); in QuickInsertField()
|
H A D | accessibility.hxx | 228 virtual void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel );
|
/aoo4110/main/sd/source/ui/view/ |
H A D | drviewsb.cxx | 589 pOutl->QuickInsertField( *pFieldItem, ESelection() ); in FuTemp02()
|
H A D | drviewse.cxx | 1541 pOutl->QuickInsertField( aURLItem, ESelection() ); in InsertURLField()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | viewfun4.cxx | 801 aEngine.QuickInsertField( SvxFieldItem( aField, EE_FEATURE_FIELD ), aInsSel ); in InsertBookmark()
|