Searched refs:bAutoFirst (Results 1 – 3 of 3) sorted by relevance
70 sal_Bool bAutoFirst : 1; // Automatische Berechnung der Erstzeileneinzugs member in SvxLRSpaceItem110 inline sal_Bool IsAutoFirst() const { return bAutoFirst; } in IsAutoFirst()111 inline void SetAutoFirst( const sal_Bool bNew ) { bAutoFirst = bNew; } in SetAutoFirst()144 bAutoFirst = rCpy.bAutoFirst; in operator =()
294 sal_Bool bAutoFirst; in PutXMLValue() local295 bOk = rUnitConverter.convertBool( bAutoFirst, rValue ); in PutXMLValue()297 pLRSpace->SetAutoFirst( bAutoFirst ); in PutXMLValue()
407 bAutoFirst ( 0 ) in SvxLRSpaceItem()426 bAutoFirst ( 0 ) in SvxLRSpaceItem()558 bAutoFirst == ((SvxLRSpaceItem&)rAttr).IsAutoFirst() ); in operator ==()683 sal_Int8 nAutoFirst = bAutoFirst ? 1 : 0; in Store()760 pAttr->bAutoFirst = autofirst & 0x01; in Create()
Completed in 33 milliseconds