Searched refs:nAttrSize (Results 1 – 2 of 2) sorted by relevance
833 sal_uInt32 nAttrSize(0); in Load1_Impl() local906 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()
1924 SCROW nAttrSize = pData[nEndPos].nRow + 1 - nAttrStartRow; in GetLastVisibleAttr() local1925 if ( nAttrSize >= SC_VISATTR_STOP ) in GetLastVisibleAttr()1965 SCROW nAttrSize = pData[nEndPos].nRow + 1 - nAttrStartRow; in GetLastAttr() local1966 if ( nAttrSize >= SC_VISATTR_STOP ) in GetLastAttr()
Completed in 30 milliseconds