Home
last modified time | relevance | path

Searched refs:QuickInsertField (Results 1 – 25 of 32) sorted by relevance

12

/aoo4110/main/sc/source/core/data/
H A Dstlpool.cxx402 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 Dattrib.cxx807 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 Dscuitphfedit.cxx678 …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 Dunofored.cxx148 void SvxEditEngineForwarder::QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) in QuickInsertField() function in SvxEditEngineForwarder
150 rEditEngine.QuickInsertField( rFld, rSel ); in QuickInsertField()
H A Dunoforou.cxx223 void SvxOutlinerForwarder::QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) in QuickInsertField() function in SvxOutlinerForwarder
226 rOutliner.QuickInsertField( rFld, rSel ); in QuickInsertField()
H A Dunotext.cxx339 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 Dunoedprx.cxx616 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 Doutlin2.cxx635 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 Dsvdomeas.cxx609 …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 Dunofored.hxx55 virtual void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel );
H A Dunoforou.hxx73 virtual void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel );
H A Dunoedprx.hxx56 virtual void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel );
H A Dunoedsrc.hxx165 virtual void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) = 0;
H A Dediteng.hxx335 void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel );
H A Doutliner.hxx980 void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel );
/aoo4110/main/svx/source/accessibility/
H A DAccessibleEmptyEditSource.cxx125 void QuickInsertField( const SvxFieldItem& /*rFld*/, const ESelection& /*rSel*/ ) {} in QuickInsertField() function in accessibility::AccessibleEmptyEditSource_Impl
/aoo4110/main/sc/source/filter/excel/
H A Dxicontent.cxx191 …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 Dxihelper.cxx579 …mrEE.QuickInsertField( rFieldItem, ESelection( rSel.nEndPara, rSel.nEndPos, rSel.nEndPara, rSel.nE… in InsertField()
/aoo4110/main/sc/source/ui/unoobj/
H A Dfielduno.cxx720 … pEditEngine->QuickInsertField( SvxFieldItem(*pField, EE_FEATURE_FIELD), aSelection ); in setPropertyValue()
1414 … pEditEngine->QuickInsertField( SvxFieldItem(*pField, EE_FEATURE_FIELD), aSelection ); in setPropertyValue()
H A Dtextuno.cxx494 pForwarder->QuickInsertField( aItem, aSelection ); in insertTextContent()
/aoo4110/main/starmath/source/
H A Daccessibility.cxx1126 void SmTextForwarder::QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) in QuickInsertField() function in SmTextForwarder
1130 pEditEngine->QuickInsertField( rFld, rSel ); in QuickInsertField()
H A Daccessibility.hxx228 virtual void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel );
/aoo4110/main/sd/source/ui/view/
H A Ddrviewsb.cxx589 pOutl->QuickInsertField( *pFieldItem, ESelection() ); in FuTemp02()
H A Ddrviewse.cxx1541 pOutl->QuickInsertField( aURLItem, ESelection() ); in InsertURLField()
/aoo4110/main/sc/source/ui/view/
H A Dviewfun4.cxx801 aEngine.QuickInsertField( SvxFieldItem( aField, EE_FEATURE_FIELD ), aInsSel ); in InsertBookmark()

Completed in 220 milliseconds

12