Home
last modified time | relevance | path

Searched refs:InsertField (Results 1 – 25 of 146) sorted by relevance

123456

/aoo4110/main/sc/source/ui/pagedlg/
H A Dscuitphfedit.cxx664 aWndCenter.InsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
696 aWndCenter.InsertField( SvxFieldItem(SvxTableField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
712 aWndRight.InsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
741 aWndCenter.InsertField( SvxFieldItem( SvxExtFileField( in ProcessDefinedListSel()
795 aWndCenter.InsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
796 aWndRight.InsertField( SvxFieldItem( SvxExtFileField( in ProcessDefinedListSel()
813 aWndCenter.InsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
833 aWndRight.InsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
892 pActiveEdWnd->InsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD) ); in IMPL_LINK()
926 pActiveEdWnd->InsertField( SvxFieldItem( SvxExtFileField( in IMPL_LINK()
[all …]
H A Dtphfedit.cxx497 void ScEditWindow::InsertField( const SvxFieldItem& rFld ) in InsertField() function in ScEditWindow
499 pEdView->InsertField( rFld ); in InsertField()
/aoo4110/main/sc/source/filter/excel/
H A Dxihelper.cxx365 … case 'P': InsertField( SvxFieldItem( SvxPageField(), EE_FEATURE_FIELD ) ); break; // page in ParseString()
366 …case 'N': InsertField( SvxFieldItem( SvxPagesField(), EE_FEATURE_FIELD ) ); break; // page … in ParseString()
367 … case 'D': InsertField( SvxFieldItem( SvxDateField(), EE_FEATURE_FIELD ) ); break; // date in ParseString()
368 … case 'T': InsertField( SvxFieldItem( SvxTimeField(), EE_FEATURE_FIELD ) ); break; // time in ParseString()
369 …case 'A': InsertField( SvxFieldItem( SvxTableField(), EE_FEATURE_FIELD ) ); break; // table… in ParseString()
372InsertField( SvxFieldItem( SvxExtFileField(), EE_FEATURE_FIELD ) ); // convert to full name in ParseString()
380InsertField( SvxFieldItem( SvxExtFileField( EMPTY_STRING, SVXFILETYPE_VAR, SVXFILEFORMAT_NAME_EXT … in ParseString()
576 void XclImpHFConverter::InsertField( const SvxFieldItem& rFieldItem ) in InsertField() function in XclImpHFConverter
/aoo4110/main/sd/source/ui/view/
H A Doutlnvs2.cxx359 pOutlinerView->InsertField(aURLItem); in FuTemporaryModify()
563 pOutlinerView->InsertField( *pFieldItem ); in FuTemporaryModify()
601 pOutlinerView->InsertField( aFieldItem ); in FuTemporaryModify()
H A Ddrviewsb.cxx581 pOLV->InsertField( *pFieldItem ); in FuTemp02()
658 pOLV->InsertField( aFieldItem ); in FuTemp02()
H A Ddrviews4.cxx641 pOLV->InsertField( aFieldItem ); in Command()
/aoo4110/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx948 …if ( i > 0 && InsertField(aSelEntry,BROWSER_INVALIDID,sal_True,sal_False).isEmpty() ) // may we ha… in saveField()
1504 InsertField(jxdSource); in ExecuteDrop()
1660 OTableFieldDescRef OSelectionBrowseBox::InsertField(const OJoinExchangeData& jxdSource, sal_uInt16 … in InsertField() function in OSelectionBrowseBox
1682 return InsertField(aInfo, _nColumnPostion, bVis, bActivate); in InsertField()
1686 OTableFieldDescRef OSelectionBrowseBox::InsertField(const OTableFieldDescRef& _rInfo, sal_uInt16 _n… in InsertField() function in OSelectionBrowseBox
1814 OTableFieldDescRef pTmp = InsertField(rInfo, BROWSER_INVALIDID, sal_False, sal_False ); in AddGroupBy()
1923 OTableFieldDescRef pTmp = InsertField(rInfo, BROWSER_INVALIDID, sal_False, sal_False ); in AddCondition()
1980 OTableFieldDescRef pTmp = InsertField(rInfo, BROWSER_INVALIDID, sal_False, sal_False ); in AddOrder()
H A DSelectionBrowseBox.hxx114 …OTableFieldDescRef InsertField( const OJoinExchangeData& jxdSource, sal_uInt16 _nColumnPostion =…
115 …OTableFieldDescRef InsertField( const OTableFieldDescRef& rInfo, sal_uInt16 _nColumnPostion = BR…
H A DQueryDesignView.cxx1573 …eErrorCode = _pSelectionBrw->InsertField(aDragLeft,BROWSER_INVALIDID,sal_False,sal_True).isValid()… in GetANDCriteria()
2019 if(_pSelectionBrw->InsertField(*aIter,BROWSER_INVALIDID,sal_False,sal_False).isValid()) in insertUnUsedFields()
2207 eErrorCode = _pView->InsertField(aInfo, sal_True, bFirstField); in fillSelectSubList()
2265 eErrorCode = _pView->InsertField(aInfo, sal_True, bFirstField); in InstallFields()
2351 eErrorCode = _pView->InsertField(aInfo, sal_True, bFirstField); in InstallFields()
2380 eErrorCode = _pView->InsertField(aInfo, sal_True, bFirstField); in InstallFields()
2831 SqlParseError OQueryDesignView::InsertField( const OTableFieldDescRef& rInfo, sal_Bool bVis, sal_Bo… in InsertField() function in OQueryDesignView
2833 …return m_pSelectionBox->InsertField( rInfo, BROWSER_INVALIDID,bVis, bActivate ).isValid() ? eOk : … in InsertField()
3238 InsertField( pField, sal_True, sal_False ); in initByFieldDescriptions()
H A DQTableWindow.cxx221 static_cast<OQueryTableView*>(getTableView())->InsertField(aInfo); in OnEntryDoubleClicked()
H A DQueryTableView.cxx1081 void OQueryTableView::InsertField(const OTableFieldDescRef& rInfo) in InsertField() function in OQueryTableView
1085 static_cast<OQueryDesignView*>(getDesignView())->InsertField(rInfo); in InsertField()
/aoo4110/main/sc/source/ui/view/
H A Dtabvwshe.cxx229 pTopView->InsertField( aURLItem ); in InsertURLField()
234 pTableView->InsertField( aURLItem ); in InsertURLField()
H A Deditsh.cxx570 pTableView->InsertField( aURLItem ); in Execute()
581 pTopView->InsertField( aURLItem ); in Execute()
/aoo4110/main/sc/source/ui/inc/
H A Dtphfedit.hxx74 void InsertField( const SvxFieldItem& rFld );
H A Dfieldwnd.hxx137 void InsertField( size_t nInsertIndex, const ScPivotFuncData& rFuncData );
/aoo4110/main/dbaccess/source/ui/inc/
H A DQueryTableView.hxx111 void InsertField(const OTableFieldDescRef& rInfo);
H A DQueryDesignView.hxx135 …SqlParseError InsertField( const OTableFieldDescRef& rInfo, sal_Bool bVis=sal_True, sal_Bool bAc…
/aoo4110/main/sc/source/filter/inc/
H A Dxihelper.hxx248 void InsertField( const SvxFieldItem& rFieldItem );
/aoo4110/main/editeng/inc/editeng/
H A Deditview.hxx227 void InsertField( const SvxFieldItem& rFld );
/aoo4110/main/svx/workben/
H A Dedittest.cxx808 pEditView->InsertField( aFld ); in IMPL_LINK()
811 …pEditView->InsertField( SvxFieldItem( SvxURLField( String( RTL_CONSTASCII_USTRINGPARAM( "www.mopo.… in IMPL_LINK()
813 …pEditView->InsertField( SvxFieldItem( SvxDateField( Date( 1,1,1995 ), SVXDATETYPE_FIX, SVXDATEFORM… in IMPL_LINK()
/aoo4110/main/editeng/source/editeng/
H A Deehtml.cxx828 aCurSel = pImpEditEngine->InsertField( aCurSel, aFld ); in AnchorEnd()
H A Deertfpar.cxx566 aCurSel = pImpEditEngine->InsertField( aCurSel, aField ); in ReadField()
H A Deditview.cxx1328 void EditView::InsertField( const SvxFieldItem& rFld ) in InsertField() function in EditView
1336 EditPaM aPaM( pImpEE->InsertField( pImpEditView->GetEditSelection(), rFld ) ); in InsertField()
H A Dedtspell.cxx645 pImpEE->InsertField( aSel, aField ); in SetINetAttr()
/aoo4110/main/editeng/source/outliner/
H A Doutlvw.cxx1774 void OutlinerView::InsertField( const SvxFieldItem& rFld ) in InsertField() function in OutlinerView
1777 pEditView->InsertField( rFld ); in InsertField()

Completed in 186 milliseconds

123456