Home
last modified time | relevance | path

Searched refs:nLen (Results 376 – 400 of 867) sorted by relevance

1...<<11121314151617181920>>...35

/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx1836 xub_StrLen nLen = rInf.GetLen(); in DrawText() local
1840 while( nOffs < nLen && in DrawText()
1843 if( nOffs < nLen ) in DrawText()
1845 --nLen; in DrawText()
1846 while( nLen > nOffs && in DrawText()
1847 aPos.X() + pKernArray[ nLen ] > rInf.GetRight() ) in DrawText()
1848 --nLen; in DrawText()
1849 ++nLen; in DrawText()
1857 for( xub_StrLen nX = nOffs; nX < nLen; ++nX ) in DrawText()
1862 if( nOffs < nLen ) in DrawText()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx234 xub_StrLen nLen) const;
1453 xub_StrLen nLen) const in GetSnippet()
1455 String aSnippet(rStr, nAktPos, nLen); in GetSnippet()
1456 if (!nLen) in GetSnippet()
1753 …MSWordExportBase::GetSortedBookmarks( const SwTxtNode& rNode, xub_StrLen nAktPos, xub_StrLen nLen ) in GetSortedBookmarks() argument
1756 if ( GetBookmarks( rNode, nAktPos, nAktPos + nLen, aMarksStart ) ) in GetSortedBookmarks()
1886 xub_StrLen nLen = nNextAttr - nAktPos; in OutputTextNode() local
1887 if ( !bTxtAtr && nLen ) in OutputTextNode()
1960 nLen -= static_cast< sal_uInt16 >( ofs ); in OutputTextNode()
1962 … String aSnippet( aAttrIter.GetSnippet( aStr, nAktPos + static_cast< sal_uInt16 >( ofs ), nLen ) ); in OutputTextNode()
[all …]
H A Dwrtww8.hxx376 sal_uInt32 nLen) const = 0;
398 sal_uInt32 nLen) const;
412 sal_uInt32 nLen) const;
653 virtual void AppendBookmarks( const SwTxtNode& rNd, xub_StrLen nAktPos, xub_StrLen nLen ) = 0;
823 xub_StrLen nLen );
1038 virtual void AppendBookmarks( const SwTxtNode& rNd, xub_StrLen nAktPos, xub_StrLen nLen );
1060 void OutSwString(const String&, xub_StrLen nStt, xub_StrLen nLen,
/trunk/main/stoc/source/corereflection/
H A Dcrarray.cxx92 void ArrayIdlClassImpl::realloc( Any & rArray, sal_Int32 nLen ) in realloc() argument
102 if (nLen < 0) in realloc()
111 nLen, in realloc()
/trunk/main/sdext/source/minimizer/
H A Dpppoptimizertoken.cxx308 int i, nLen = rToken.getLength(); in TKGet() local
309 char* pBuf = new char[ nLen + 1 ]; in TKGet()
310 for ( i = 0; i < nLen; i++ ) in TKGet()
/trunk/main/connectivity/source/drivers/adabas/
H A DBKeys.cxx101 sal_Int32 nLen = sReferencedName.indexOf('.'); in appendObject() local
102 aSchema = sReferencedName.copy(0,nLen); in appendObject()
103 aName = sReferencedName.copy(nLen+1); in appendObject()
/trunk/main/autodoc/source/ary/info/
H A Dall_tags.cxx304 uintt nLen = strlen(i_sText); in Add_SpecialMeaningToken() local
305 if (*i_sText == '[' AND i_sText[nLen-1] == ']') in Add_SpecialMeaningToken()
307 sValidRange = String(i_sText+1, nLen-2); in Add_SpecialMeaningToken()
/trunk/main/extensions/source/activex/main/
H A Dso_activex.cpp677 DWORD nLen = 0; in DllRegisterServer() local
682 nLen = GetModuleFileNameA( aCurModule, pProgramPath, 1024 ); in DllRegisterServer()
683 if ( nLen && nLen > nLibNameLen + 1 ) in DllRegisterServer()
685 pProgramPath[ nLen - nLibNameLen - 1 ] = 0; in DllRegisterServer()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx502 xub_StrLen nLen = aRangesStr.GetTokenCount( ';' ); in GetSubranges() local
503 uno::Sequence< OUString > aRanges( nLen ); in GetSubranges()
506 if (nLen != 0) in GetSubranges()
510 for ( xub_StrLen i = 0; i < nLen && bRes; ++i) in GetSubranges()
547 sal_Int32 nLen = rSubRanges.getLength(); in SortSubranges() local
554 for (sal_Int32 i = 0; i < nLen; ++i) in SortSubranges()
562 for (sal_Int32 k = i+1; k < nLen; ++k) in SortSubranges()
1804 if (nLen > 1) // value data-sequence ? in AddRowCols()
2272 xub_StrLen nLen = aCellName.Len(); in generateLabel() local
2273 if (nLen) in generateLabel()
[all …]
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx158 mnLen = nLen; in TextLineInfo()
268 nLen = i-nStartPos; in GetTextLines()
270 nLen++; in GetTextLines()
271 nLineWidth = pDev->GetTextWidth( rStr, nStartPos, nLen ); in GetTextLines()
282 nLen = nLastLineLen; in GetTextLines()
314 if ( nLen || bHardBreak ) in GetTextLines()
334 nLen = nPos-nStartPos; in GetTextLines()
335 if ( !nLen ) in GetTextLines()
338 nLen++; in GetTextLines()
343 nLastLineLen = nLastLineLen - nLen; in GetTextLines()
[all …]
/trunk/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx219 sal_Int32 nLen = aSuppLocales.getLength(); in hasLocale() local
220 for (sal_Int32 i = 0; i < nLen; ++i) in hasLocale()
493 sal_Int32 nLen = rArguments.getLength(); in initialize() local
494 if (2 == nLen) in initialize()
/trunk/main/sd/source/core/
H A Dstlfamily.cxx79 …const sal_uInt16 nLen = aLayoutName.Search(String( RTL_CONSTASCII_USTRINGPARAM(SD_LT_SEPARATOR)))+… in getStyleSheets() local
80 aLayoutName.Erase( nLen ); in getStyleSheets()
82 …eets.size() == 0) || !((*maStyleSheets.begin()).second->GetName().Equals( aLayoutName, 0, nLen )) ) in getStyleSheets()
90 …>GetFamily() == SD_STYLE_FAMILY_MASTERPAGE) && (pStyle->GetName().Equals( aLayoutName, 0, nLen )) ) in getStyleSheets()
/trunk/main/automation/source/simplecm/
H A Dsimplecm.cxx276 comm_UINT32 nLen; in DoReceiveDataStream() local
277 bWasError = pPacketHandler->ReceiveData( pBuffer, nLen ) != C_ERROR_NONE; in DoReceiveDataStream()
283 ((SvMemoryStream*)pReceiveStream)->SetBuffer( pBuffer, nLen, sal_True, nLen ); in DoReceiveDataStream()
/trunk/main/vcl/aqua/source/gdi/
H A Dctlayout.cxx37 virtual int GetNextGlyphs( int nLen, sal_GlyphId* pOutGlyphIds, Point& rPos, int&,
288 int CTLayout::GetNextGlyphs( int nLen, sal_GlyphId* pOutGlyphIds, Point& rPos, int& nStart, in GetNextGlyphs() argument
296 nLen = 1; // TODO: handle nLen>1 below in GetNextGlyphs()
361 for(; (--nLen >= 0) && (nSubIndex < nGlyphsInRun); ++nSubIndex, ++nStart ) in GetNextGlyphs()
/trunk/main/vcl/source/gdi/
H A Dimpgraph.cxx1133 long nLen; in ImplReadEmbedded() local
1158 rIStm >> nLen; in ImplReadEmbedded()
1173 rIStm >> nType >> nLen >> nWidth >> nHeight; in ImplReadEmbedded()
1181 nLen = SWAPLONG( nLen ); in ImplReadEmbedded()
1230 rIStm.Seek( nStartPos + nHeaderLen + nLen ); in ImplReadEmbedded()
1244 sal_uLong nFullLen = nHeaderLen + nLen; in ImplReadEmbedded()
H A Dsallayout.cxx580 ImplLayoutArgs::ImplLayoutArgs( const xub_Unicode* pStr, int nLen, in ImplLayoutArgs() argument
584 mnLength( nLen ), in ImplLayoutArgs()
1493 int GenericSalLayout::GetNextGlyphs( int nLen, sal_GlyphId* pGlyphs, Point& rPos, in GetNextGlyphs() argument
1531 if( nCount >= nLen ) in GetNextGlyphs()
2246 int MultiSalLayout::GetNextGlyphs( int nLen, sal_GlyphId* pGlyphIdxAry, Point& rPos, in GetNextGlyphs() argument
2250 if( mnLevel > 1 && nLen > 1 ) in GetNextGlyphs()
2251 nLen = 1; in GetNextGlyphs()
2260 int nRetVal = rLayout.GetNextGlyphs( nLen, pGlyphIdxAry, rPos, in GetNextGlyphs()
/trunk/main/embedserv/source/embed/
H A Ddocholder.cxx130 sal_Int32 nLen = 3; in LoadDocInFrame() local
131 uno::Sequence<beans::PropertyValue> aSeq( nLen ); in LoadDocInFrame()
160 aSeq.realloc( ++nLen ); in LoadDocInFrame()
162 aSeq[nLen-1] = beans::PropertyValue( in LoadDocInFrame()
172 aSeq.realloc( nLen+=2 ); in LoadDocInFrame()
174 aSeq[nLen-2] = beans::PropertyValue( in LoadDocInFrame()
182 aSeq[nLen-1] = beans::PropertyValue( in LoadDocInFrame()
/trunk/main/svtools/source/misc/
H A Dembedtransfer.cxx133 … const sal_uInt32 nLen = pStream->Seek( STREAM_SEEK_TO_END ); in GetData() local
134 ::com::sun::star::uno::Sequence< sal_Int8 > aSeq( nLen ); in GetData()
137 pStream->Read( aSeq.getArray(), nLen ); in GetData()
/trunk/main/cui/source/dialogs/
H A Dpostdlg.cxx238 xub_StrLen nLen = aStr.Len(); in IMPL_LINK_INLINE_END() local
240 aEditED.SetSelection( Selection( nLen, nLen ) ); in IMPL_LINK_INLINE_END()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx601 xub_StrLen nLen = rSymbol.Len(); in lcl_parseExternalName() local
620 for ( ; i < nLen; ++i, ++p) in lcl_parseExternalName()
1301 xub_StrLen nLen = aFullName.Len(); in makeExternalDocStr() local
1334 xub_StrLen nLen = rFormula.Len(); in parseExternalDocName() local
1366 if (rSrcPos >= nLen) in parseExternalDocName()
2458 xub_StrLen nLen = aSymbol.Len(); in NextSymbol() local
2459 if ( nLen >= MAXSTRLEN ) in NextSymbol()
2462 nLen = MAXSTRLEN-1; in NextSymbol()
2673 if ((bQuote ? nLen-2 : nLen) > MAXSTRLEN-1) in IsString()
2680 cSymbol[nLen] = '\0'; in IsString()
[all …]
/trunk/main/svl/source/numbers/
H A Dzforfind.cxx170 xub_StrLen nPos, nLen; in TransformInput() local
171 for ( nPos = 0, nLen = rStr.Len(); nPos < nLen; ++nPos ) in TransformInput()
177 if ( nPos < nLen ) in TransformInput()
195 xub_StrLen nLen = rStr.Len(); in StringToDouble() local
198 while (nPos < nLen) in StringToDouble()
516 xub_StrLen nLen = sStrArray[nStringPos+1].Len(); in GetThousandSep() local
517 if (nLen == aGrouping.get() // with 3 (or so) digits in GetThousandSep()
518 || nLen == aGrouping.advance().get() // or with 2 (or 3 or so) digits in GetThousandSep()
/trunk/main/xmloff/source/style/
H A Dfonthdl.cxx172 sal_Int32 nLen = nLast-nFirst+1; in exportXML() local
173 OUString sFamily( aStrFamilyName.copy( nFirst, nLen ) ); in exportXML()
175 for( sal_Int32 i=0; i < nLen; i++ ) in exportXML()
/trunk/main/svtools/source/edit/
H A Dtextdata.cxx331 nLen = 0; in TEIMEInfos()
344 nLen = nL; in CopyAttribs()
354 nLen = 0; in DestroyAttribs()
/trunk/main/i18npool/source/calendar/
H A DcalendarImpl.cxx132 sal_Int32 nLen = xC.getLength(); in getAllCalendars() local
133 Sequence< OUString > xSeq( nLen ); in getAllCalendars()
134 for (sal_Int32 i = 0; i < nLen; i++) in getAllCalendars()
/trunk/main/basic/source/inc/
H A Dsymtbl.hxx116 short nLen; // Stringlaenge bei STRING*n member in SbiSymDef
151 void SetLen( short n ){ nLen = n; } in SetLen()
152 short GetLen() const { return nLen; } in GetLen()

Completed in 188 milliseconds

1...<<11121314151617181920>>...35