Searched refs:pLLSpaceAdd (Results 1 – 2 of 2) sorted by relevance
98 std::vector<long>* pLLSpaceAdd; // Used for justified alignment. member in SwLineLayout189 inline sal_Bool IsSpaceAdd() { return pLLSpaceAdd != NULL; } in IsSpaceAdd()192 inline void FinishSpaceAdd() { delete pLLSpaceAdd; pLLSpaceAdd = NULL; } in FinishSpaceAdd()193 …nt16 GetLLSpaceAddCount() const { return sal::static_int_cast< sal_uInt16 >(pLLSpaceAdd->size()); } in GetLLSpaceAddCount()197 pLLSpaceAdd->push_back( nNew ); in SetLLSpaceAdd()199 (*pLLSpaceAdd)[ nIdx ] = nNew; in SetLLSpaceAdd()201 inline long GetLLSpaceAdd( sal_uInt16 nIdx ) { return (*pLLSpaceAdd)[ nIdx ]; } in GetLLSpaceAdd()202 inline void RemoveFirstLLSpaceAdd() { pLLSpaceAdd->erase( pLLSpaceAdd->begin() ); } in RemoveFirstLLSpaceAdd()203 inline std::vector<long>* GetpLLSpaceAdd() const { return pLLSpaceAdd; } in GetpLLSpaceAdd()382 : pNext( 0 ), pLLSpaceAdd( 0 ), pKanaComp( 0 ), nRealHeight( 0 ), in SwLineLayout()
241 delete pLLSpaceAdd; in ~SwLineLayout()358 if ( !pLLSpaceAdd ) in InitSpaceAdd()370 pLLSpaceAdd = new std::vector<long>; in CreateSpaceAdd()
Completed in 110 milliseconds