Home
last modified time | relevance | path

Searched refs:nLen (Results 801 – 825 of 867) sorted by relevance

1...<<3132333435

/trunk/main/editeng/inc/editeng/
H A Dsvxacorr.hxx78 virtual sal_Bool ReplaceRange( xub_StrLen nPos, xub_StrLen nLen, const String& rTxt ) = 0;
/trunk/main/basic/source/comp/
H A Dsymtbl.cxx293 nLen = 0; in SbiSymDef()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx564 xub_StrLen nLen = aString.Len(); in SetTextToWidthOrHash() local
566 for (xub_StrLen i = 0; i < nLen; ++i) in SetTextToWidthOrHash()
1863 xub_StrLen nLen = aString.Len(); in DrawStrings() local
1864 for (xub_StrLen i=0; i<nLen; i++) in DrawStrings()
/trunk/main/svtools/inc/svtools/
H A Dtexteng.hxx261 void SetMaxTextLen( sal_uLong nLen );
/trunk/main/starmath/inc/
H A Ddialog.hxx303 sal_uInt16 nLen; member in SmShowSymbolSet
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm1000 int nLen = 0;
1001 if( pInsert && ( nLen = [pInsert length] ) > 0 )
1007 if( nLen == 1 &&
/trunk/main/xmloff/source/text/
H A Dtxtimp.cxx1186 sal_Int32 nLen = rChars.getLength(); in InsertString() local
1187 OUStringBuffer sChars( nLen ); in InsertString()
1189 for( sal_Int32 i=0; i < nLen; i++ ) in InsertString()
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx1109 const xub_StrLen nLen = rSource.Len(); in lcl_Dequote() local
1111 while ( nPos < nLen ) in lcl_Dequote()
1116 if ( nPos+1 < nLen && rSource.GetChar(nPos+1) == cQuote ) in lcl_Dequote()
H A Dcell.cxx532 sal_uInt16 nLen = pCode1->GetLen(); in CellEqual() local
535 for (sal_uInt16 i=0; i<nLen; i++) in CellEqual()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx453 sal_uInt16 nLen = aConverted.Len(); in setString() local
454 if (nLen) in setString()
455 GoRight( nLen, sal_True ); in setString()
/trunk/main/unotools/source/config/
H A Dlingucfg.cxx1246 sal_Int32 nLen = aElementNames.getLength(); in GetActiveDictionariesByFormat() local
1250 for (sal_Int32 i = 0; i < nLen; ++i) in GetActiveDictionariesByFormat()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx1367 void X11SalGraphics::FreeEmbedFontData( const void* pData, long nLen ) in FreeEmbedFontData() argument
1369 PspGraphics::DoFreeEmbedFontData( pData, nLen ); in FreeEmbedFontData()
/trunk/main/tools/source/debug/
H A Ddebug.cxx910 const sal_Char* pStr, int nLen ) in ImplStrSearch() argument
913 while ( nPos+nSearchLen <= nLen ) in ImplStrSearch()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaDataResultSet.cxx164 sal_Int32 nLen = xMeta->getColumnCount(); in findColumn() local
166 for(;i<=nLen;++i) in findColumn()
/trunk/main/sc/source/filter/inc/
H A Dftools.hxx368 … static void AppendCStringWithLen( SvStream& rStrm, ByteString& rString, sal_uInt32 nLen );
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx584 sal_Int32 nLen = strlen(pXmlHeader); in SetSourceStream() local
586 uno::Sequence<sal_Int8> aFileStart(nLen); in SetSourceStream()
587 sal_Int32 nRead = xSourceStream->readBytes( aFileStart, nLen ); in SetSourceStream()
589 … if ( nRead != nLen || rtl_compareMemory( aFileStart.getConstArray(), pXmlHeader, nLen ) != 0 ) in SetSourceStream()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx544 OUString SelectionManager::convertFromCompound( const char* pText, int nLen ) in convertFromCompound() argument
548 if( nLen < 0 ) in convertFromCompound()
549 nLen = strlen( pText ); in convertFromCompound()
558 aProp.nitems = nLen; in convertFromCompound()
H A DX11_selection.hxx432 ::rtl::OUString convertFromCompound( const char* pText, int nLen = -1 );
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx2434 sal_Int32 nLen = sServiceName == sServiceNameCC ? 2 : 3; in getSupportedServiceNames() local
2436 uno::Sequence< OUString > aRet( nLen ); in getSupportedServiceNames()
2439 if (nLen == 3) in getSupportedServiceNames()
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx1640 sal_Int32 nLen = rEvents.getLength(); in ImplModelPropertiesChanged() local
1641 for( sal_Int32 i = 0; i < nLen; i++ ) in ImplModelPropertiesChanged()
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx224 sal_Int32 nLen = xMeta->getColumnCount(); in findColumn() local
226 for(;i<=nLen;++i) in findColumn()
/trunk/main/stoc/source/corereflection/
H A Dbase.hxx313 …virtual void SAL_CALL realloc( Any & rArray, sal_Int32 nLen ) throw(::com::sun::star::lang::Illega…
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx597 …bool getMetrics( fontID nFontID, const sal_Unicode* pString, int nLen, CharacterMetric* pArray, bo…
/trunk/main/svx/source/form/
H A Dfiltnav.cxx359 for (sal_Int32 i = 0, nLen = _rxControllers->getCount(); i < nLen; ++i) in AddOrRemoveListener() local
/trunk/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx1335 static String lcl_FindColumnEntry(const beans::PropertyValue* pFields, sal_Int32 nLen, const String… in lcl_FindColumnEntry() argument
1339 for(sal_uInt16 i = 0; i < nLen; i++) in lcl_FindColumnEntry()

Completed in 244 milliseconds

1...<<3132333435