Searched refs:nTmpLen (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/sot/source/sdstor/ |
H A D | stgstrms.cxx | 117 if( nTmpLen ) in FindBlock() 118 nTmpLen++; in FindBlock() 121 nTmpLen = 1; in FindBlock() 122 if( nTmpLen == nPgs in FindBlock() 127 else if( nTmpLen ) in FindBlock() 129 if( nTmpLen > nPgs && nTmpLen < nMaxLen ) in FindBlock() 137 if( nTmpLen == nPgs ) in FindBlock() 141 nTmpLen = 0; in FindBlock() 145 if( nTmpLen ) in FindBlock() 147 if( nTmpLen > nPgs && nTmpLen < nMaxLen ) in FindBlock() [all …]
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unotextmarkup.cxx | 236 …const sal_uInt32 nTmpLen = ModelToViewHelper::ConvertToViewPosition( mpConversionMap, aStartPos.mn… in commitStringMarkup() local 238 if( nTmpLen > 0 ) in commitStringMarkup() 247 … static_cast< xub_StrLen >(aStartPos.mnSubPos), static_cast< xub_StrLen >(nTmpLen) ); in commitStringMarkup() 261 const sal_uInt32 nTmpLen = aEndPos.mnSubPos + 1; in commitStringMarkup() local 262 … pSubList->Insert( rIdentifier, xMarkupInfoContainer, 0, static_cast< xub_StrLen >(nTmpLen) ); in commitStringMarkup() 343 …const sal_uInt32 nTmpLen = ModelToViewHelper::ConvertToViewPosition( pConversionMap, aStartPos.mnP… in lcl_commitGrammarMarkUp() local 345 if( nTmpLen > 0 ) in lcl_commitGrammarMarkUp() 347 … static_cast< xub_StrLen >(aStartPos.mnSubPos), static_cast< xub_StrLen >(nTmpLen) ); in lcl_commitGrammarMarkUp() 360 const sal_uInt32 nTmpLen = aEndPos.mnSubPos + 1; in lcl_commitGrammarMarkUp() local 361 … pSubList->Insert( rIdentifier, xMarkupInfoContainer, 0, static_cast< xub_StrLen >(nTmpLen) ); in lcl_commitGrammarMarkUp()
|
/aoo4110/main/sw/source/ui/utlui/ |
H A D | swrenamexnameddlg.cxx | 121 sal_uInt16 nTmpLen = sTmp.Len(); in IMPL_LINK() local 123 if(sTmp.Len() != nTmpLen) in IMPL_LINK()
|
/aoo4110/main/sw/source/core/text/ |
H A D | txthyph.cxx | 342 xub_StrLen nTmpLen = 0; in CreateHyphen() local 348 nTmpLen = 1; in CreateHyphen() 357 pHyphPor->SetLen( aAltSpell.nChangedLength + nTmpLen ); in CreateHyphen()
|
H A D | porfld.cxx | 364 xub_StrLen nTmpLen = GetLen(); in Format() local 365 bEOL = !nTmpLen && nFollow && bFull; in Format() 366 nRest = nOldFullLen - nTmpLen; in Format()
|
H A D | frmcrsr.cxx | 1300 xub_StrLen nTmpLen = aInf.GetTxt().Len(); in _UnitDown() local 1301 if( aLine.GetEnd() < nTmpLen ) in _UnitDown() 1306 nTmpLen ); in _UnitDown()
|
H A D | txtfly.cxx | 923 xub_StrLen nTmpLen = STRING_LEN == rInf.GetLen() ? rInf.GetText().Len() : in DrawTextOpaque() local 928 const xub_StrLen nEndPos = rInf.GetIdx() + nTmpLen; in DrawTextOpaque() 938 aRect.Width( aRect.Width() - nTmpLen * rInf.GetSpace() ); in DrawTextOpaque()
|
H A D | txtfrm.cxx | 1437 xub_StrLen nTmpLen = aLine.GetCurr()->GetLen(); in PrepWidows() local 1440 if( nTmpLen ) in PrepWidows() 1442 nTmpLen = aLine.GetCurr()->GetLen(); in PrepWidows()
|
/aoo4110/main/sw/source/ui/misc/ |
H A D | bookmark.cxx | 62 sal_uInt16 nTmpLen = sTmp.Len(); in IMPL_LINK() local 64 if(sTmp.Len() != nTmpLen) in IMPL_LINK()
|
/aoo4110/main/svl/inc/svl/ |
H A D | svarray.hxx | 283 sal_uInt16 nTmpLen = nA + nFree - nP; \ 284 memcpy( pData + nP, pE, nTmpLen * sizeof( AE ));\ 287 Insert( pE + nTmpLen, nL - nTmpLen, nA );\
|
/aoo4110/main/sw/source/core/txtnode/ |
H A D | fntcache.cxx | 2540 xub_StrLen nTmpLen; in GetTxtBreak() local 2547 nTmpLen = nLn; in GetTxtBreak() 2575 nTmpLen = aTmpText.Len(); in GetTxtBreak() 2582 nTmpIdx, nTmpLen, nKern ); in GetTxtBreak() 2585 nTmpIdx, nTmpLen, nKern ); in GetTxtBreak() 2589 if ( nTmpLen != nLn ) in GetTxtBreak()
|
/aoo4110/main/vcl/source/control/ |
H A D | edit.cxx | 948 sal_Int32 nTmpLen = aTmpText.getLength(); in ImplInsertText() local 952 while ( nChgPos < nOldLen && nChgPos < nTmpLen && in ImplInsertText() 956 xub_StrLen nChgLen = static_cast< xub_StrLen >( nTmpLen - nChgPos ); in ImplInsertText()
|
Completed in 83 milliseconds