Home
last modified time | relevance | path

Searched refs:nUnitEnd (Results 1 – 4 of 4) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dtextconv.cxx318 const sal_Int32 nUnitEnd ) in SelectNewUnit_impl() argument
320 sal_Bool bOK = 0 <= nUnitStart && 0 <= nUnitEnd && nUnitStart <= nUnitEnd; in SelectNewUnit_impl()
329 aSelection.nEndPos = (sal_uInt16) (nLastPos + nUnitOffset + nUnitEnd); in SelectNewUnit_impl()
357 const sal_Int32 nUnitEnd ) 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()
H A Dtextconv.hxx69 const sal_Int32 nUnitEnd );
86 const sal_Int32 nUnitEnd );
88 const sal_Int32 nUnitStart, const sal_Int32 nUnitEnd,
/trunk/main/sw/source/ui/lingu/
H A Dhhcwrp.cxx222 void SwHHCWrapper::SelectNewUnit_impl( sal_Int32 nUnitStart, sal_Int32 nUnitEnd ) in SelectNewUnit_impl() argument
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()
/trunk/main/sw/inc/
H A Dhhcwrp.hxx75 const sal_Int32 nUnitEnd );
90 const sal_Int32 nUnitEnd );
92 const sal_Int32 nUnitStart, const sal_Int32 nUnitEnd,

Completed in 23 milliseconds