Searched refs:nStrLen (Results 51 – 59 of 59) sorted by relevance
123
2660 sal_Int32 nStrLen = aMethName.getLength(); in implInspect() local2661 sal_Int32 nCopyLen = nStrLen - aListenerStr.getLength(); in implInspect()2670 … ::rtl::OUString aListenerName = aMethName.copy( 3, nStrLen - aListenerStr.getLength() - 3 ); in implInspect()
928 int nStrLen = strlen( pFilter ); in ImplDbgFilter() local929 if ( !nStrLen ) in ImplDbgFilter()
121 const xub_StrLen nStrLen, const sal_Bool bDummy );
966 sal_Size nStrLen = maData.maName.Len(); in XclExpFont() local967 SetRecSize( ((GetBiff() == EXC_BIFF8) ? (nStrLen * 2 + 1) : nStrLen) + 15 ); in XclExpFont()
444 ::rtl::OUString dumpPivotString( const String& rName, sal_uInt16 nStrLen );
563 const sal_Char* pAsciiStr, xub_StrLen nStrLen = STRING_LEN );
980 sal_Int32 nStrLen = rString.getLength(); in Encode() local982 for( sal_Int32 nCurPos=0; nCurPos < nStrLen; ++nCurPos ) in Encode()
1603 const xub_StrLen nStrLen = GetTxtNode()->GetTxt().Len(); in GetCurrentTabStop() local1604 if( nStrLen > 0 ) in GetCurrentTabStop()
1756 sal_uInt32 nStrLen( pLinkStr->Len() + 1 ); in InsertSpecialChar() local1757 SwWW8Writer::WriteLong( rStrm, nStrLen ); in InsertSpecialChar()
Completed in 106 milliseconds