Searched defs:SetStart (Results 1 – 11 of 11) sorted by relevance
46 void SetStart( const Point& rStartPt ) { maStart = rStartPt; } in SetStart() function in Line
59 void SetStart(SwTxtNode* pStart, SwIndex& rStart ) in SetStart() function
201 void SetStart( const SwPosition& rPos, SwPosition* pSttPtr = 0 ) in SetStart() function in SwRedline
208 void SetStart(sal_uInt16 nSet) {nStart = nSet;} in SetStart() function in SvxNumberFormat361 void SetStart( sal_Bool bFlag = sal_True ) { bStartNum = bFlag; } in SetStart() function in SvxNodeNum
125 void SetStart( sal_uInt16 nNew ) { nStart = nNew; } in SetStart() function in SvxBulletItem
144 void SetStart( sal_uInt16 n ) { mnStart = n; } in SetStart() function in TextLine
219 …void SetStart( const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange >& xRang… in SetStart() function in writerfilter::dmapper::SectionPropertyMap
966 inline void _HTMLAttr::SetStart( const SwPosition& rPos ) in SetStart() function in _HTMLAttr
1209 void SetStart( xub_StrLen nStt ) { nStart = nStt; } in SetStart() function in HTMLSttEndPos
470 void SetStart( sal_uInt16 n ) { nStart = n; } in SetStart() function in EditLine
95 inline void SetStart( SwPosition* pNew ){ delete pStart; pStart = pNew; } in SetStart() function in SwLinguIter
Completed in 192 milliseconds