Searched refs:_start (Results 1 – 8 of 8) sorted by relevance
174 macabfield **MacabHeader::sortRecord(const sal_Int32 _start, const sal_Int32 _length) in sortRecord() argument186 if(compareFields(fields[_start], fields[_start+1]) > 0) in sortRecord()188 sorted[0] = get(_start+1); in sortRecord()189 sorted[1] = get(_start); in sortRecord()193 sorted[0] = get(_start); in sortRecord()194 sorted[1] = get(_start+1); in sortRecord()199 sorted[0] = get(_start); in sortRecord()210 firstHalf = sortRecord(_start, halfLength); in sortRecord()211 lastHalf = sortRecord(_start+halfLength, _length-halfLength); in sortRecord()
36 macabfield **sortRecord(sal_Int32 _start, sal_Int32 _length);
298 void SAL_CALL SwVbaRange::setStart( ::sal_Int32 _start ) throw (uno::RuntimeException) in setStart() argument301 … uno::Reference< text::XTextRange > xStart = SwVbaRangeHelper::getRangeByPosition( xText, _start ); in setStart()
643 void SAL_CALL SwVbaSelection::setStart( ::sal_Int32 _start ) throw (uno::RuntimeException) in setStart() argument645 getRange()->setStart( _start ); in setStart()
80 virtual void SAL_CALL setStart( ::sal_Int32 _start ) throw (css::uno::RuntimeException);
93 virtual void SAL_CALL setStart( ::sal_Int32 _start ) throw (css::uno::RuntimeException);
48 public void _start() { in _start() method in _XPresentation
137 public void _start() { in _start() method in _XActiveDataControl
Completed in 35 milliseconds