Home
last modified time | relevance | path

Searched refs:nNameLength (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vcl/aqua/source/gdi/
H A Datsfonts.cxx378 ByteCount nNameLength = 0; in GetDevFontAttributes() local
385 &nNameLength, &eFontNameCode, &eFontNamePlatform, &eFontNameScript, &eFontNameLanguage ); in GetDevFontAttributes()
424 if( nNameLength >= aNameBuffer.size() ) in GetDevFontAttributes()
428 aNameBuffer.reserve( nNameLength+1 ); // extra byte helps for debugging in GetDevFontAttributes()
429 rc = ATSUGetIndFontName( nFontID, nNameIndex, nNameLength, &aNameBuffer[0], in GetDevFontAttributes()
430 &nNameLength, &eFontNameCode, &eFontNamePlatform, &eFontNameScript, &eFontNameLanguage ); in GetDevFontAttributes()
437 aUtf16Name = UniString( (const sal_Unicode*)&aNameBuffer[0], nNameLength/2 ); in GetDevFontAttributes()
441 aUtf16Name = UniString( &aNameBuffer[0], nNameLength, eEncoding ); in GetDevFontAttributes()
/trunk/main/package/source/package/zipapi/
H A DZipOutputStream.cxx318 sal_Int16 nNameLength = static_cast < sal_Int16 > ( sUTF8Name.getLength() ); in writeCEN() local
340 aChucker << nNameLength; in writeCEN()
367 sal_Int16 nNameLength = static_cast < sal_Int16 > ( sUTF8Name.getLength() ); in writeLOC() local
399 aChucker << nNameLength; in writeLOC()
405 return LOCHDR + nNameLength; in writeLOC()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DWeakBase.java122 int nNameLength= arName.length; in getImplementationId() local
124 id= new byte[ 4 + nNameLength]; in getImplementationId()
130 for (int i= 0; i < nNameLength; i++) in getImplementationId()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DFactoryHelper.java404 int nNameLength= arName.length; in getImplementationId() local
406 _implementationId= new byte[ 4 + nNameLength]; in getImplementationId()
412 System.arraycopy(arName, 0, _implementationId, 4, nNameLength); in getImplementationId()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlement.hxx51 sal_Int32 nNameLength; member
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx406 xub_StrLen nNameLength = aName.Len(); in AfterXMLLoading() local
407 if (nLinkTabNameLength < nNameLength) in AfterXMLLoading()
430 xub_StrLen nIndex = nNameLength - nLinkTabNameLength; in AfterXMLLoading()
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx495 if( rValue.equalsAsciiL( pMap->pName, pMap->nNameLength ) ) in convertEnum()

Completed in 73 milliseconds