Home
last modified time | relevance | path

Searched refs:nCacheIdx (Results 1 – 10 of 10) sorted by relevance

/trunk/main/oox/source/xls/
H A Dexternallinkbuffer.cxx307 sal_Int32 nCacheIdx = -1;
339 return nCacheIdx;
396 orApiRef.Sheet = nCacheIdx; in lclSetSheetCacheIndex()
405 sal_Int32 nCacheIdx = mrParentLink.getSheetCacheIndex(); in extractExternalReference() local
406 if( (nDocLinkIdx >= 0) && (nCacheIdx >= 0) ) in extractExternalReference()
416 lclSetSheetCacheIndex( aApiRef, nCacheIdx ); in extractExternalReference()
424 lclSetSheetCacheIndex( aApiRef.Reference1, nCacheIdx ); in extractExternalReference()
425 lclSetSheetCacheIndex( aApiRef.Reference2, nCacheIdx ); in extractExternalReference()
743 sal_Int32 nCacheIdx = getSheetCacheIndex( nTabId ); in getSheetCache() local
744 if( mxDocLink.is() && (nCacheIdx >= 0) ) try in getSheetCache()
[all …]
/trunk/main/sw/source/core/text/
H A Dtxtcache.cxx143 ((SwTxtFrm*)this)->nCacheIdx = MSHRT_MAX; in _HasPara()
165 nCacheIdx = MSHRT_MAX; in GetPara()
193 nCacheIdx = MSHRT_MAX; in ClearPara()
222 nCacheIdx = MSHRT_MAX; in SetPara()
229 nCacheIdx = pTxtLine->GetCachePos(); in SetPara()
H A Dtxtfrm.cxx369 nCacheIdx = MSHRT_MAX; in InitCtor()
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx49 nCacheIdx( 0 ), in TextRanger()
687 ++nCacheIdx; in GetTextRanges()
688 nCacheIdx %= nCacheSize; in GetTextRanges()
689 pRangeArr[ nCacheIdx ] = rRange; in GetTextRanges()
690 if( !pCache[ nCacheIdx ] ) in GetTextRanges()
691 pCache[ nCacheIdx ] = new SvLongs( 2, 8 ); in GetTextRanges()
692 nIndex = nCacheIdx; in GetTextRanges()
693 SvxBoundArgs aArg( this, pCache[ nCacheIdx ], rRange ); in GetTextRanges()
/trunk/main/sc/source/filter/inc/
H A Dxepivot.hxx262 explicit XclExpPTItem( const XclExpPCField& rCacheField, sal_uInt16 nCacheIdx );
263 explicit XclExpPTItem( sal_uInt16 nItemType, sal_uInt16 nCacheIdx, bool bUseCache );
285 explicit XclExpPTField( const XclExpPivotTable& rPTable, sal_uInt16 nCacheIdx );
358 const XclExpPCField* GetCacheField( sal_uInt16 nCacheIdx ) const;
H A Dxipivot.hxx235 explicit XclImpPTField( const XclImpPivotTable& rPTable, sal_uInt16 nCacheIdx );
404 XclImpPivotCacheRef GetPivotCache( sal_uInt16 nCacheIdx );
/trunk/main/sc/source/filter/excel/
H A Dxepivot.cxx950 XclExpPTItem::XclExpPTItem( const XclExpPCField& rCacheField, sal_uInt16 nCacheIdx ) : in XclExpPTItem() argument
952 mpCacheItem( rCacheField.GetItem( nCacheIdx ) ) in XclExpPTItem()
955 maItemInfo.mnCacheIdx = nCacheIdx; in XclExpPTItem()
959 XclExpPTItem::XclExpPTItem( sal_uInt16 nItemType, sal_uInt16 nCacheIdx, bool bUseCache ) : in XclExpPTItem() argument
964 maItemInfo.mnCacheIdx = nCacheIdx; in XclExpPTItem()
993 XclExpPTField::XclExpPTField( const XclExpPivotTable& rPTable, sal_uInt16 nCacheIdx ) : in XclExpPTField() argument
995 mpCacheField( rPTable.GetCacheField( nCacheIdx ) ) in XclExpPTField()
997 maFieldInfo.mnCacheIdx = nCacheIdx; in XclExpPTField()
1305 const XclExpPCField* XclExpPivotTable::GetCacheField( sal_uInt16 nCacheIdx ) const in GetCacheField()
1307 return mrPCache.GetField( nCacheIdx ); in GetCacheField()
H A Dxipivot.cxx897 XclImpPTField::XclImpPTField( const XclImpPivotTable& rPTable, sal_uInt16 nCacheIdx ) : in XclImpPTField() argument
900 maFieldInfo.mnCacheIdx = nCacheIdx; in XclImpPTField()
1532 XclImpPivotCacheRef XclImpPivotTableManager::GetPivotCache( sal_uInt16 nCacheIdx ) in GetPivotCache() argument
1535 if( nCacheIdx < maPCaches.size() ) in GetPivotCache()
1536 xPCache = maPCaches[ nCacheIdx ]; in GetPivotCache()
/trunk/main/sw/source/core/inc/
H A Dtxtfrm.hxx94 sal_uInt16 nCacheIdx; //Index in den Cache, USHRT_MAX wenn definitiv member in SwTxtFrm
487 inline sal_uInt16 GetCacheIdx() const { return nCacheIdx; } in GetCacheIdx()
488 inline void SetCacheIdx( const sal_uInt16 nNew ) { nCacheIdx = nNew; } in SetCacheIdx()
644 return nCacheIdx != USHRT_MAX ? _HasPara() : sal_False; in HasPara()
/trunk/main/editeng/inc/editeng/
H A Dtxtrange.hxx61 sal_uInt16 nCacheIdx; // Cache-Index member in TextRanger

Completed in 83 milliseconds