Home
last modified time | relevance | path

Searched refs:nLen (Results 651 – 675 of 867) sorted by relevance

1...<<21222324252627282930>>...35

/trunk/main/svx/source/smarttags/
H A DSmartTagMgr.cxx110 sal_uInt32 nStart, sal_uInt32 nLen ) const in RecognizeString()
130 maRecognizerList[i]->recognize( rText, nStart, nLen, in RecognizeString()
/trunk/main/sw/source/ui/vba/
H A Dvbarange.cxx99 sal_Int32 nLen = aText.getLength(); in getText() local
102 if( nLen == 0 ) in getText()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox3.cxx548 …lyphBoundRects( const Point& rOrigin, const String& rStr, int nIndex, int nLen, int nBase, MetricV… in GetGlyphBoundRects() argument
550 return Control::GetGlyphBoundRects( rOrigin, rStr, nIndex, nLen, nBase, rVector ); in GetGlyphBoundRects()
/trunk/main/sc/inc/
H A Dcompiler.hxx207 static size_t GetStrLenBytes( xub_StrLen nLen ) in GetStrLenBytes()
208 { return nLen * sizeof(sal_Unicode); } in GetStrLenBytes()
/trunk/main/sw/source/core/edit/
H A Dacorrect.cxx175 xub_StrLen const nLen = rTxt.Len(); in ReplaceRange() local
176 for ( xub_StrLen n = 0; n < nLen; ++n ) in ReplaceRange()
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygonrasterconverter.cxx551 const std::size_t nLen( nb ); in rasterConvert() local
552 if( !nLen ) in rasterConvert()
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx144 sal_uInt16 nLen; member
629 …Mode( OutputDevice* pOutDev, String* pString, xub_StrLen nStt, xub_StrLen nLen, LanguageType eLang…
697 …ector& rTextMarkingVector, const String& rTxt, const sal_uInt16 nIdx, const sal_uInt16 nLen) const;
1006 …ReplaceTextOnly( ContentNode* pNode, sal_uInt16 nCurrentStart, xub_StrLen nLen, const String& rTex…
/trunk/main/xmloff/source/style/
H A Dxmlnumfi.cxx920 sal_Int32 nLen = rContent.getLength(); in lcl_EnquoteIfNecessary() local
921 if ( nLen > 2 && in lcl_EnquoteIfNecessary()
922 rContent.charAt(nLen-1) == (sal_Unicode) '"' && in lcl_EnquoteIfNecessary()
923 rContent.charAt(nLen-2) == (sal_Unicode) '"' ) in lcl_EnquoteIfNecessary()
925 String aTrimmed( rContent.makeStringAndClear().copy( 0, nLen - 2 ) ); in lcl_EnquoteIfNecessary()
/trunk/main/sw/source/filter/writer/
H A Dwriter.cxx260 SvStream& Writer::OutHex( SvStream& rStrm, sal_uLong nHex, sal_uInt8 nLen ) in OutHex() argument
264 for( sal_uInt8 n = 0; n < nLen; ++n ) in OutHex()
/trunk/main/sw/source/filter/basflt/
H A Diodetect.cxx583 const SfxFilter* SwIoSystem::GetTextFilter( const sal_Char* pBuf, sal_uLong nLen) in GetTextFilter() argument
585 bool bAuto = IsDetectableText(pBuf, nLen); in GetTextFilter()
/trunk/main/sc/source/ui/unoobj/
H A Dservuno.cxx181 sal_Int32 nLen = xIndex->getCount(); in getCodeNameForObject() local
184 for ( sal_Int32 index = 0; index < nLen; ++index ) in getCodeNameForObject()
/trunk/main/sw/source/filter/ww8/
H A Ddocxexport.cxx116 void DocxExport::AppendBookmarks( const SwTxtNode& rNode, xub_StrLen nAktPos, xub_StrLen nLen ) in AppendBookmarks() argument
122 if ( GetBookmarks( rNode, nAktPos, nAktPos + nLen, aMarks ) ) in AppendBookmarks()
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx190 sal_uInt32 nLen = DataX.getLength(); in CreatePolygon() local
193 Polygon aPoly( (sal_uInt16) nLen ); in CreatePolygon()
194 for ( sal_uInt16 n = 0; n < nLen; n++ ) in CreatePolygon()
/trunk/main/connectivity/source/commontools/
H A Ddbtools2.cxx895 sal_Int32 nLen = convertUnicodeString( _rSource, _rDest, _eEncoding ); in convertUnicodeStringToLength() local
896 if ( nLen > _nMaxLen ) in convertUnicodeStringToLength()
914 return nLen; in convertUnicodeStringToLength()
/trunk/main/sc/source/ui/view/
H A Deditsh.cxx332 xub_StrLen nLen = pEngine->GetTextLen(nPar-1); in Execute() local
333 pTableView->SetSelection(ESelection(0,0,nPar-1,nLen)); in Execute()
335 pTopView->SetSelection(ESelection(0,0,nPar-1,nLen)); in Execute()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx200 sal_Int32 j, i, nLen = rString.getLength() * 2 + 2; in AddOpt() local
201 sal_uInt8* pBuf = new sal_uInt8[ nLen ]; in AddOpt()
210 AddOpt( nPropID, sal_True, nLen, pBuf, nLen ); in AddOpt()
1063 sal_Int32 nLen = pLineDash->DotLen; in CreateLineProperties() local
1065 nLen = pLineDash->DashLen; in CreateLineProperties()
1067 if ( nLen >= nDistance ) in CreateLineProperties()
4112 sal_uInt32 nLen = rId.Len(); in EscherBlibEntry() local
4115 if ( nLen && pData && ( eType != GRAPHIC_NONE ) ) in EscherBlibEntry()
4117 mnIdentifier[ 0 ] = rtl_crc32( 0,pData, nLen ); in EscherBlibEntry()
4152 for ( i = 0; i < nLen; i++ ) in EscherBlibEntry()
/trunk/main/sw/source/core/inc/
H A Dtxtfrm.hxx151 sal_Bool IsIdxInside( const xub_StrLen nPos, const xub_StrLen nLen ) const;
432 const xub_StrLen nLen = STRING_LEN );
/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx921 sal_uInt16 nLen = pNode->Len(); in lcl_InsAttr() local
923 aCntEnd.Assign( pNode, nLen ); in lcl_InsAttr()
925 if( pStt->nContent.GetIndex() != 0 || aCntEnd.GetIndex() != nLen ) in lcl_InsAttr()
988 sal_uInt16 nLen = pNode->Len(); in lcl_InsAttr() local
989 if( aCntEnd.GetIndex() != nLen ) in lcl_InsAttr()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx1840 sal_Int32 nLen = aElementNames.getLength(); in LegacyPsswdBinaryLimitExceeded() local
1842 Sequence< ::rtl::OUString > aBigModules( nLen ); in LegacyPsswdBinaryLimitExceeded()
2190 sal_Int32 nLen = aMemStream.Tell(); in implGetDialogData() local
2191 Sequence< sal_Int8 > aData( nLen ); in implGetDialogData()
2194 rtl_copyMemory( pDestData, pSrcData, nLen ); in implGetDialogData()
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx331 long nLen = Len(); in Out() local
332 if( nLen > MAX_FIELDLEN ) in Out()
333 nLen = MAX_FIELDLEN; in Out()
337 String aVal( rMan.GetText().GetText( Where(), nLen ) ); in Out()
/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx1295 sal_Int32 nLen = rURL.getLength(); in IsPackageURL() local
1296 if( (nLen > 0 && '/' == rURL[0]) ) in IsPackageURL()
1299 else if( nLen > 1 && '.' == rURL[0] ) in IsPackageURL()
1312 while( nPos < nLen ) in IsPackageURL()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx894 sal_Int32 nLen = aURL.getLength(); in queryChildren() local
905 if ( ( aChildURL.getLength() > nLen ) && in queryChildren()
906 ( aChildURL.compareTo( aURL, nLen ) == 0 ) ) { in queryChildren()
907 sal_Int32 nPos = nLen; in queryChildren()
/trunk/main/sal/osl/unx/
H A Dprofile.c439 unsigned int nLen=0; in writeProfileImpl() local
455 nLen=strlen(pFile->m_pWriteBuf); in writeProfileImpl()
456 OSL_ASSERT(nLen == (pFile->m_nWriteBufLen - pFile->m_nWriteBufFree)); in writeProfileImpl()
469 BytesWritten >= 0 && SAL_INT_CAST(unsigned int, BytesWritten) == nLen); in writeProfileImpl()
/trunk/main/starmath/source/
H A Dview.cxx921 xub_StrLen nLen = m; in GetTextSize() local
923 for (xub_StrLen n = 0; n < nLen; n++) in GetTextSize()
1010 xub_StrLen nLen = m; in DrawText() local
1012 for (xub_StrLen n = 0; n < nLen; n++) in DrawText()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx1069 sal_Int32 nLen = i_rString.getLength(); in mirrorString() local
1070 rtl::OUStringBuffer aRet( nLen ); in mirrorString()
1071 for(int i = nLen - 1; i >= 0; i--) in mirrorString()

Completed in 195 milliseconds

1...<<21222324252627282930>>...35