Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/access/
H A Daccportions.cxx95 aModelPositions(), in SwAccessiblePortionData()
105 aModelPositions.reserve( 10 ); in SwAccessiblePortionData()
129 aModelPositions.push_back( nModelPosition ); in Text()
238 aModelPositions.push_back( nModelPosition ); in Special()
411 sal_Int32 nStartPos = aModelPositions[nPortionNo]; in GetModelPosition()
642 nModelPos = aModelPositions[nPortionNo]; in FillSpecialPos()
807 return ( aModelPositions[0] <= nPos ) && in IsValidCorePosition()
808 ( nPos <= aModelPositions[ aModelPositions.size()-1 ] ); in IsValidCorePosition()
813 if( aModelPositions.size() < 1 ) return sal_True; in IsZeroCorePositionData()
814 return aModelPositions[0] == 0 && aModelPositions[aModelPositions.size()-1] == 0; in IsZeroCorePositionData()
[all …]
H A Daccportions.hxx62 Positions_t aModelPositions; /// position of portion breaks in the model member in SwAccessiblePortionData

Completed in 14 milliseconds