Searched refs:nUnitStart (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sw/source/ui/lingu/ |
H A D | hhcwrp.cxx | 229 (sal_uInt16) (nUnitOffset + nUnitStart), sal_True ); in SelectNewUnit_impl() 232 (sal_uInt16) (nUnitEnd - nUnitStart), sal_True ); in SelectNewUnit_impl() 241 const sal_Int32 nUnitStart, const sal_Int32 nUnitEnd ) in HandleNewUnit() argument 243 DBG_ASSERT( nUnitStart >= 0 && nUnitEnd >= nUnitStart, "wrong arguments" ); in HandleNewUnit() 244 if (!(0 <= nUnitStart && nUnitStart <= nUnitEnd)) in HandleNewUnit() 252 SelectNewUnit_impl( nUnitStart, nUnitEnd ); in HandleNewUnit() 414 const sal_Int32 nUnitStart, const sal_Int32 nUnitEnd, in ReplaceUnit() argument 424 DBG_ASSERT( nUnitStart >= 0 && nUnitEnd >= nUnitStart, "wrong arguments" ); in ReplaceUnit() 425 if (!(nUnitStart >= 0 && nUnitEnd >= nUnitStart)) in ReplaceUnit() 434 SelectNewUnit_impl( nUnitStart, nUnitEnd ); in ReplaceUnit() [all …]
|
/trunk/main/editeng/source/editeng/ |
H A D | textconv.cxx | 317 const sal_Int32 nUnitStart, in SelectNewUnit_impl() argument 320 sal_Bool bOK = 0 <= nUnitStart && 0 <= nUnitEnd && nUnitStart <= nUnitEnd; in SelectNewUnit_impl() 328 aSelection.nStartPos = (sal_uInt16) (nLastPos + nUnitOffset + nUnitStart); in SelectNewUnit_impl() 356 const sal_Int32 nUnitStart, in HandleNewUnit() argument 359 SelectNewUnit_impl( nUnitStart, nUnitEnd ); in HandleNewUnit() 364 const sal_Int32 nUnitStart, const sal_Int32 nUnitEnd, in ReplaceUnit() argument 371 sal_Bool bOK = 0 <= nUnitStart && 0 <= nUnitEnd && nUnitStart <= nUnitEnd; in ReplaceUnit() 380 SelectNewUnit_impl( nUnitStart, nUnitEnd ); in ReplaceUnit() 405 nUnitOffset + nUnitStart + aNewTxt.getLength()); in ReplaceUnit()
|
H A D | textconv.hxx | 68 void SelectNewUnit_impl( const sal_Int32 nUnitStart, 85 virtual void HandleNewUnit( const sal_Int32 nUnitStart, 88 const sal_Int32 nUnitStart, const sal_Int32 nUnitEnd,
|
/trunk/main/sw/inc/ |
H A D | hhcwrp.hxx | 74 void SelectNewUnit_impl( const sal_Int32 nUnitStart, 89 virtual void HandleNewUnit( const sal_Int32 nUnitStart, 92 const sal_Int32 nUnitStart, const sal_Int32 nUnitEnd,
|
Completed in 31 milliseconds