Home
last modified time | relevance | path

Searched refs:_start (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/connectivity/source/drivers/macab/
H A DMacabHeader.cxx174 macabfield **MacabHeader::sortRecord(const sal_Int32 _start, const sal_Int32 _length) in sortRecord() argument
186 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()
H A DMacabHeader.hxx36 macabfield **sortRecord(sal_Int32 _start, sal_Int32 _length);
/aoo4110/main/sw/source/ui/vba/
H A Dvbarange.cxx298 void SAL_CALL SwVbaRange::setStart( ::sal_Int32 _start ) throw (uno::RuntimeException) in setStart() argument
301 … uno::Reference< text::XTextRange > xStart = SwVbaRangeHelper::getRangeByPosition( xText, _start ); in setStart()
H A Dvbaselection.cxx643 void SAL_CALL SwVbaSelection::setStart( ::sal_Int32 _start ) throw (uno::RuntimeException) in setStart() argument
645 getRange()->setStart( _start ); in setStart()
H A Dvbarange.hxx80 virtual void SAL_CALL setStart( ::sal_Int32 _start ) throw (css::uno::RuntimeException);
H A Dvbaselection.hxx93 virtual void SAL_CALL setStart( ::sal_Int32 _start ) throw (css::uno::RuntimeException);
/aoo4110/main/qadevOOo/tests/java/ifc/presentation/
H A D_XPresentation.java48 public void _start() { in _start() method in _XPresentation
/aoo4110/main/qadevOOo/tests/java/ifc/io/
H A D_XActiveDataControl.java137 public void _start() { in _start() method in _XActiveDataControl

Completed in 45 milliseconds