/trunk/main/sc/source/ui/pagedlg/ |
H A D | scuitphfedit.cxx | 663 aWndCenter.InsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel() 695 aWndCenter.InsertField( SvxFieldItem(SvxTableField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel() 711 aWndRight.InsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel() 740 aWndCenter.InsertField( SvxFieldItem( SvxExtFileField( in ProcessDefinedListSel() 794 aWndCenter.InsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel() 795 aWndRight.InsertField( SvxFieldItem( SvxExtFileField( in ProcessDefinedListSel() 812 aWndCenter.InsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel() 832 aWndRight.InsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel() 891 pActiveEdWnd->InsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD) ); in IMPL_LINK() 925 pActiveEdWnd->InsertField( SvxFieldItem( SvxExtFileField( in IMPL_LINK() [all …]
|
H A D | tphfedit.cxx | 497 void ScEditWindow::InsertField( const SvxFieldItem& rFld ) in InsertField() function in ScEditWindow 499 pEdView->InsertField( rFld ); in InsertField()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xihelper.cxx | 365 … 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() 372 … InsertField( SvxFieldItem( SvxExtFileField(), EE_FEATURE_FIELD ) ); // convert to full name in ParseString() 380 …InsertField( SvxFieldItem( SvxExtFileField( EMPTY_STRING, SVXFILETYPE_VAR, SVXFILEFORMAT_NAME_EXT … in ParseString() 576 void XclImpHFConverter::InsertField( const SvxFieldItem& rFieldItem ) in InsertField() function in XclImpHFConverter
|
/trunk/main/sd/source/ui/view/ |
H A D | outlnvs2.cxx | 359 pOutlinerView->InsertField(aURLItem); in FuTemporaryModify() 563 pOutlinerView->InsertField( *pFieldItem ); in FuTemporaryModify() 601 pOutlinerView->InsertField( aFieldItem ); in FuTemporaryModify()
|
H A D | drviewsb.cxx | 595 pOLV->InsertField( *pFieldItem ); in FuTemp02() 672 pOLV->InsertField( aFieldItem ); in FuTemp02()
|
H A D | drviews4.cxx | 647 pOLV->InsertField( aFieldItem ); in Command()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 948 …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 D | SelectionBrowseBox.hxx | 114 …OTableFieldDescRef InsertField( const OJoinExchangeData& jxdSource, sal_uInt16 _nColumnPostion =… 115 …OTableFieldDescRef InsertField( const OTableFieldDescRef& rInfo, sal_uInt16 _nColumnPostion = BR…
|
H A D | QueryDesignView.cxx | 1573 …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 D | QueryTableView.cxx | 1081 void OQueryTableView::InsertField(const OTableFieldDescRef& rInfo) in InsertField() function in OQueryTableView 1085 static_cast<OQueryDesignView*>(getDesignView())->InsertField(rInfo); in InsertField()
|
H A D | QTableWindow.cxx | 221 static_cast<OQueryTableView*>(getTableView())->InsertField(aInfo); in OnEntryDoubleClicked()
|
/trunk/main/sc/source/ui/view/ |
H A D | tabvwshe.cxx | 229 pTopView->InsertField( aURLItem ); in InsertURLField() 234 pTableView->InsertField( aURLItem ); in InsertURLField()
|
H A D | editsh.cxx | 570 pTableView->InsertField( aURLItem ); in Execute() 581 pTopView->InsertField( aURLItem ); in Execute()
|
/trunk/main/sc/source/ui/inc/ |
H A D | tphfedit.hxx | 74 void InsertField( const SvxFieldItem& rFld );
|
H A D | fieldwnd.hxx | 137 void InsertField( size_t nInsertIndex, const ScPivotFuncData& rFuncData );
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | QueryTableView.hxx | 111 void InsertField(const OTableFieldDescRef& rInfo);
|
H A D | QueryDesignView.hxx | 135 …SqlParseError InsertField( const OTableFieldDescRef& rInfo, sal_Bool bVis=sal_True, sal_Bool bAc…
|
/trunk/main/sc/source/filter/inc/ |
H A D | xihelper.hxx | 248 void InsertField( const SvxFieldItem& rFieldItem );
|
/trunk/main/svx/workben/ |
H A D | edittest.cxx | 808 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()
|
/trunk/main/editeng/inc/editeng/ |
H A D | editview.hxx | 227 void InsertField( const SvxFieldItem& rFld );
|
/trunk/main/editeng/source/editeng/ |
H A D | eehtml.cxx | 828 aCurSel = pImpEditEngine->InsertField( aCurSel, aFld ); in AnchorEnd()
|
H A D | editview.cxx | 1328 void EditView::InsertField( const SvxFieldItem& rFld ) in InsertField() function in EditView 1336 EditPaM aPaM( pImpEE->InsertField( pImpEditView->GetEditSelection(), rFld ) ); in InsertField()
|
H A D | eertfpar.cxx | 566 aCurSel = pImpEditEngine->InsertField( aCurSel, aField ); in ReadField()
|
H A D | edtspell.cxx | 645 pImpEE->InsertField( aSel, aField ); in SetINetAttr()
|
/trunk/main/editeng/source/outliner/ |
H A D | outlvw.cxx | 1772 void OutlinerView::InsertField( const SvxFieldItem& rFld ) in InsertField() function in OutlinerView 1775 pEditView->InsertField( rFld ); in InsertField()
|