Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dporexp.cxx164 xub_StrLen nBlank = nIdx; in MayUnderFlow() local
165 while( --nBlank > rInf.GetLineStart() ) in MayUnderFlow()
167 const xub_Unicode cCh = rInf.GetChar( nBlank ); in MayUnderFlow()
170 && rInf.HasHint( nBlank ) ) ) in MayUnderFlow()
173 if( nBlank <= rInf.GetLineStart() ) in MayUnderFlow()
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx796 xub_StrLen& nNum, xub_StrLen& nBlank, xub_StrLen& nSym ) in scanCurrFormatImpl() argument
798 nSign = nPar = nNum = nBlank = nSym = STRING_NOTFOUND; in scanCurrFormatImpl()
839 if ( !nInSection && nBlank == STRING_NOTFOUND in scanCurrFormatImpl()
841 nBlank = (xub_StrLen)(p - pStr + 1); in scanCurrFormatImpl()
849 nBlank = (xub_StrLen)(p - pStr - 2); in scanCurrFormatImpl()
860 if ( nBlank == STRING_NOTFOUND && pStr < p && *(p-1) == ' ' ) in scanCurrFormatImpl()
861 nBlank = (xub_StrLen)(p - pStr - 1); in scanCurrFormatImpl()
864 nBlank = (xub_StrLen)(p - pStr + 2); in scanCurrFormatImpl()
925 xub_StrLen nSign, nPar, nNum, nBlank, nSym; in getCurrFormatsImpl() local
936 if ( nBlank == STRING_NOTFOUND ) in getCurrFormatsImpl()
[all …]
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx241 long nBlank = 0; in lcl_calcLinePos() local
249 nBlank -= nTmpSpaceAdd; in lcl_calcLinePos()
251 nBlank -= rData.nHalfSpace; in lcl_calcLinePos()
265 rEnd.X() = nBlank + rData.rInf.GetPos().X() + nKernEnd; in lcl_calcLinePos()
271 rEnd.Y() = nBlank + rData.rInf.GetPos().Y() - nKernEnd; in lcl_calcLinePos()
275 rEnd.X() = rData.rInf.GetPos().X() - nKernEnd - nBlank; in lcl_calcLinePos()
281 rEnd.Y() = nBlank + rData.rInf.GetPos().Y() + nKernEnd; in lcl_calcLinePos()
/trunk/main/unotools/inc/unotools/
H A Dlocaledatawrapper.hxx110 xub_StrLen& nBlank, xub_StrLen& nSym );

Completed in 41 milliseconds