Home
last modified time | relevance | path

Searched refs:nAttrSize (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svl/source/items/
H A Dpoolio.cxx833 sal_uInt32 nAttrSize(0); in Load1_Impl() local
906 aSizeTable >> nAttrSize; in Load1_Impl()
907 SFX_ASSERT( !bKnownItem || ( nPos + nAttrSize) >= nLastPos, in Load1_Impl()
911 if ( !bKnownItem || ( nLastPos < (nPos + nAttrSize) ) ) in Load1_Impl()
913 nLastPos = nPos + nAttrSize; in Load1_Impl()
/trunk/main/sc/source/core/data/
H A Dattarray.cxx1924 SCROW nAttrSize = pData[nEndPos].nRow + 1 - nAttrStartRow; in GetLastVisibleAttr() local
1925 if ( nAttrSize >= SC_VISATTR_STOP ) in GetLastVisibleAttr()
1965 SCROW nAttrSize = pData[nEndPos].nRow + 1 - nAttrStartRow; in GetLastAttr() local
1966 if ( nAttrSize >= SC_VISATTR_STOP ) in GetLastAttr()

Completed in 30 milliseconds