/trunk/main/sc/source/filter/excel/ |
H A D | xepivot.cxx | 288 return GetVisItemList().GetRecord( nItemIdx ).get(); in GetItem() 295 if( rItemList.GetRecord( nPos )->ConvertToText() == rItemName ) in GetItemIndex() 703 return maFieldList.GetRecord( nFieldIdx ).get(); in GetField() 767 return maFieldList.GetRecord( nFieldIdx ).get(); in GetFieldAcc() 775 pField = maFieldList.GetRecord( nPos ).get(); in GetFieldAcc() 1034 if( maItemList.GetRecord( nPos )->GetItemName() == rName ) in GetItemIndex() 1223 if( maItemList.GetRecord( nPos )->GetItemName() == rName ) in GetItemAcc() 1224 pItem = maItemList.GetRecord( nPos ).get(); in GetItemAcc() 1362 if( maFieldList.GetRecord( nPos )->GetFieldName() == rName ) in GetFieldAcc() 1363 pField = maFieldList.GetRecord( nPos ).get(); in GetFieldAcc() [all …]
|
H A D | xetable.cxx | 429 maTableopList.GetRecord( nPos )->Finalize(); in Finalize() 1694 XclExpColinfoRef xRec = maColInfos.GetRecord( nPos ); in Finalize() 1714 XclExpColinfoRef xRec = maColInfos.GetRecord( nPos ); in Finalize() 1736 XclExpColinfoRef xRec = maColInfos.GetRecord( nPos ); in Finalize() 1873 XclExpCellRef xCell = maCellList.GetRecord( nPos ); in Finalize() 1986 XclExpCellRef xCell = maCellList.GetRecord( nPos ); in Finalize() 2053 XclExpCellRef xNextCell = maCellList.GetRecord( nPos ); in InsertCell() 2163 XclExpRowRef xRow = maRowList.GetRecord( nPos ); in Finalize() 2192 XclExpRowRef xRow = maRowList.GetRecord( nPos ); in Finalize() 2242 maRowList.GetRecord( nPos )->Save( rStrm ); in Save() [all …]
|
H A D | xestyle.cxx | 1048 return maFontList.GetRecord( nXclFont ).get(); in GetFont() 1186 if( maFontList.GetRecord( nPos )->Equals( rFontData, nHash ) ) in Find() 2420 return maXFList.GetRecord( nXFId ).get(); in GetXFById() 2426 maXFList.GetRecord( nPos )->SetFinalColors(); in Finalize() 2452 XclExpXFRef xXF = maXFList.GetRecord( nId ); in Finalize() 2477 XclExpXFRef xDefCellXF = maXFList.GetRecord( EXC_XF_DEFAULTCELL ); in Finalize() 2480 XclExpXFRef xXF = maXFList.GetRecord( nId ); in Finalize() 2512 XclExpXFList::RecordRefType xXF = maSortedXFList.GetRecord( i ); in Finalize() 2660 XclExpXF* pValue = maXFList.GetRecord(nPos).get(); in impAddMissingValuesFromXFListToXclExpXFMap() 2736 if( maXFList.GetRecord( nPos )->Equals( rStyleSheet ) ) in FindXF() [all …]
|
H A D | xelink.cxx | 1098 if( maNameList.GetRecord( nPos )->GetName() == rName ) in GetIndex() 1455 if( XclExpXct* pXct = maXctList.GetRecord( nSBTab ).get() ) in StoreCellRange() 1461 if( XclExpXct* pXct = maXctList.GetRecord( nSBTab ).get() ) in StoreCell() 1469 if( XclExpXct* pXct = maXctList.GetRecord( nSBTab ).get() ) in StoreCellRange() 1479 XclExpXctRef aRec = maXctList.GetRecord(i); in GetTabIndex() 1533 XclExpXctRef xXct = maXctList.GetRecord( nSBTab ); in GetTabName() 1552 rStrm << maXctList.GetRecord( nPos )->GetTabName(); in WriteBody() 1614 XclExpSupbookRef xSupbook = maSupbookList.GetRecord( aXti.mnSupbook ); in GetXti() 1778 xSupbook = maSupbookList.GetRecord( mnAddInSB ); in InsertAddIn() 1895 rxSupbook = maSupbookList.GetRecord( nPos ); in GetSupbookUrl() [all …]
|
H A D | excdoc.cxx | 768 ExcBoundsheetRef xBoundsheet = maBoundsheetList.GetRecord( nTab ); in Write() 772 maTableList.GetRecord( nTab )->Write( aXclStrm ); in Write() 777 maBoundsheetList.GetRecord( nBSheet )->UpdateStreamPos( aXclStrm ); in Write() 810 ExcBoundsheetRef xBoundsheet = maBoundsheetList.GetRecord( nTab ); in WriteXml() 815 maTableList.GetRecord( nTab )->WriteXml( aStrm ); in WriteXml()
|
H A D | xename.cxx | 425 XclExpNameRef xName = maNameList.GetRecord( nListIdx ); in InsertRawName() 444 XclExpNameRef xName = maNameList.GetRecord( nListIdx ); in InsertMacroCall() 464 return maNameList.GetRecord( nNameIdx - 1 ).get(); in GetName() 503 XclExpNameRef xName = maNameList.GetRecord( nPos ); in FindBuiltInNameIdx() 526 XclExpNameRef xName = maNameList.GetRecord( nPos ); in GetUnusedName()
|
H A D | excrecds.cxx | 925 XclExpAutofilterRef xFilter = maFilterList.GetRecord( nPos ); in ExcAutoFilterRecs() 950 xFilter = maFilterList.GetRecord( nPos ); in GetByCol() 962 if( maFilterList.GetRecord( nPos )->GetCol() == static_cast<sal_uInt16>(nCol) ) in IsFiltered()
|
H A D | xeescher.cxx | 1139 aAuthors.insert( XclXmlUtils::ToOUString( mrNotes.GetRecord( i )->GetAuthor() ) ); in SaveXml() 1155 XclExpNoteList::RecordRefType xNote = mrNotes.GetRecord( i ); in SaveXml()
|
H A D | xecontent.cxx | 1204 XclExpDVRef xDVRec = maDVList.GetRecord( nPos ); in Save() 1250 mxLastFoundDV = maDVList.GetRecord( nCurrPos ); in SearchOrCreateDv()
|
H A D | xechart.cxx | 2511 maSeries.GetRecord( nIdx )->ConvertCategSequence( xCategSeq ); in ConvertCategSequence() 3179 … maTypeGroups.GetRecord( nIdx )->ConvertCategSequence( aScaleData.Categories ); in Convert()
|
/trunk/main/connectivity/source/drivers/dbase/ |
H A D | DIndexIter.cxx | 83 nRes = pKey ? pKey->GetRecord() : STRING_NOTFOUND; in Find() 212 return pKey ? pKey->GetRecord() : STRING_NOTFOUND; in GetCompare() 233 return pKey ? pKey->GetRecord() : STRING_NOTFOUND; in GetLike() 256 return pKey ? pKey->GetRecord() : STRING_NOTFOUND; in GetNull() 276 return pKey ? pKey->GetRecord() : STRING_NOTFOUND; in GetNotNull()
|
H A D | DNoException.cxx | 532 DBG_TRACE2("SDB: [%d,NULL,%d]",rKey.GetRecord(), rNode.GetChild().GetPagePos()); in PrintPage() 536 …DBG_TRACE3("SDB: [%d,%f,%d]",rKey.GetRecord(), rKey.getValue().getDouble(),rNode.GetChild().GetPag… in PrintPage() 540 …DBG_TRACE3("SDB: [%d,%s,%d]",rKey.GetRecord(), (const char* )ByteString(rKey.getValue().getString(… in PrintPage()
|
H A D | dindexnode.cxx | 953 DBG_TRACE2("SDB: [%d,NULL,%d]",rKey.GetRecord(), rNode.GetChild().GetPagePos()); in PrintPage() 957 …DBG_TRACE3("SDB: [%d,%f,%d]",rKey.GetRecord(), rKey.getValue().getDouble(),rNode.GetChild().GetPag… in PrintPage() 961 …DBG_TRACE3("SDB: [%d,%s,%d]",rKey.GetRecord(), (const char* )ByteString(rKey.getValue().getString(… in PrintPage()
|
/trunk/main/sw/source/ui/envelp/ |
H A D | label1.cxx | 231 SwLabRec* pRec = GetRecord(rItem.aType, rItem.bCont); in GetLabItem() 238 SwLabRec* SwLabDlg::GetRecord(const String &rRecName, sal_Bool bCont) in GetRecord() function in SwLabDlg 563 return GetParent()->GetRecord(sSelEntry, aContButton.IsChecked()); in GetSelectedEntryPos()
|
/trunk/main/sw/source/ui/inc/ |
H A D | label.hxx | 65 SwLabRec* GetRecord(const String &rRecName, sal_Bool bCont);
|
/trunk/main/sc/source/filter/inc/ |
H A D | xerecord.hxx | 342 inline RecordRefType GetRecord( size_t nPos ) const in GetRecord() function in XclExpRecordList
|
/trunk/main/connectivity/source/inc/dbase/ |
H A D | dindexnode.hxx | 65 sal_uInt32 GetRecord() const { return nRecord; } in GetRecord() function in connectivity::dbase::ONDXKey
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8graf2.cxx | 601 aData.GetRecord( 0 ) : 0; in ImportGraf()
|
H A D | ww8graf.cxx | 2690 pRecord = aData.GetRecord( nTxbx ); in Read_GrafLayer() 2847 pRecord = aData.GetRecord(nTxbx); in Read_GrafLayer()
|
H A D | ww8par.cxx | 3841 SvxMSDffImportRec * pRec = aData.GetRecord(0); in SetSegmentToPageDesc()
|
/trunk/main/filter/inc/filter/msfilter/ |
H A D | msdffimp.hxx | 277 SvxMSDffImportRec* GetRecord(sal_uInt16 iRecord) const in GetRecord() function
|