Home
last modified time | relevance | path

Searched defs:nLen (Results 26 – 50 of 757) sorted by relevance

12345678910>>...31

/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx767 const sal_Size nLen( deviceColor.getLength() ); in convertToRGB() local
816 const sal_Size nLen( deviceColor.getLength() ); in convertToARGB() local
869 const sal_Size nLen( deviceColor.getLength() ); in convertToPARGB() local
922 const sal_Size nLen( rgbColor.getLength() ); in convertFromRGB() local
962 const sal_Size nLen( rgbColor.getLength() ); in convertFromARGB() local
1002 const sal_Size nLen( rgbColor.getLength() ); in convertFromPARGB() local
1145 const sal_Size nLen( deviceColor.getLength() ); in convertIntegerToRGB() local
1197 const sal_Size nLen( deviceColor.getLength() ); in convertIntegerToARGB() local
1307 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromRGB() local
1356 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromARGB() local
[all …]
/trunk/main/automation/source/simplecm/
H A Dpackethandler.cxx78 comm_BOOL PacketHandler::ReceiveData( void* &pData, comm_UINT32 &nLen ) in ReceiveData()
200 comm_BOOL PacketHandler::TransferData( const void* pData, comm_UINT32 nLen, CMProtocol nProtocol ) in TransferData()
251 …L PacketHandler::SendHandshake( HandshakeType aHandshakeType, const void* pData, comm_UINT32 nLen ) in SendHandshake()
/trunk/main/dbaccess/source/shared/
H A Dregistrationhelper.cxx91 sal_Int32 nLen = s_pImplementationNames->getLength(); in revokeComponent() local
138 sal_Int32 nLen = s_pImplementationNames->getLength(); in getComponentFactory() local
/trunk/main/vcl/source/window/
H A Dmnemonic.cxx112 xub_StrLen nLen = aKey.Len(); in RegisterMnemonic() local
146 xub_StrLen nLen = aKey.Len(); in CreateMnemonic() local
384 xub_StrLen nLen = aStr.Len(); in EraseAllMnemonicChars() local
/trunk/main/forms/source/inc/
H A Dforms_module_impl.hxx107 sal_Int32 nLen = s_pImplementationNames->getLength(); in revokeComponent() local
154 sal_Int32 nLen = s_pImplementationNames->getLength(); in getComponentFactory() local
/trunk/main/basegfx/source/inc/
H A Dstringconversiontools.hxx79 const sal_Int32 nLen) in lcl_skipNumberAndSpacesAndCommas()
88 const sal_Int32 nLen) in lcl_skipDoubleAndSpacesAndCommas()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOTools.cxx214 sal_Int32 nLen = 0; in bindData() local
221 sal_Int32 nLen = 0; in bindData() local
367 sal_Int32 nLen = 0; in bindValue() local
375 sal_Int32 nLen = 0; in bindValue() local
525 sal_Int32 nLen = aData.getLength(); in getBytesValue() local
569 SQLLEN nLen = pcbValue != SQL_NO_TOTAL ? std::min(nRealSize, nMaxLen) : (nMaxLen-1); in getStringValue() local
625 SQLLEN nLen = pcbValue != SQL_NO_TOTAL ? std::min(pcbValue, nMaxLen) : (nMaxLen-1); in getStringValue() local
/trunk/main/linguistic/source/
H A Dconvdiclist.cxx165 sal_Int32 nLen = aConvDics.getLength(); in FlushDics() local
189 sal_Int32 nLen = aConvDics.getLength(); in GetIndexByName_Impl() local
243 sal_Int32 nLen = aConvDics.getLength(); in getElementNames() local
293 sal_Int32 nLen = aConvDics.getLength(); in insertByName() local
332 sal_Int32 nLen = aConvDics.getLength(); in removeByName() local
458 sal_Int32 nLen = aOpt.aActiveConvDics.getLength(); in GetNameContainer() local
551 sal_Int32 nLen = GetNameContainer().GetCount(); in queryConversions() local
597 sal_Int32 nLen = GetNameContainer().GetCount(); in queryMaxCharCount() local
H A Dthesdsp.cxx58 sal_Int32 nLen = rRefs.getLength(); in SvcListHasLanguage() local
149 sal_Int32 nLen = pEntry->aSvcRefs.getLength(); in queryMeanings() local
228 sal_Int32 nLen = rSvcImplNames.getLength(); in SetServiceList() local
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DPropChgHelper.java90 int nLen = aPropNames.length; in AddAsListenerTo() local
110 int nLen = aPropNames.length; in RemoveAsListener() local
/trunk/main/connectivity/source/drivers/adabas/
H A DBIndexes.cxx53 sal_Int32 nLen = _rName.indexOf('.'); in createObject() local
165 sal_Int32 nLen = _sElementName.indexOf('.'); in dropObject() local
H A DBViews.cxx60 sal_Int32 nLen = _rName.indexOf('.'); in createObject() local
137 sal_Int32 nLen = _sElementName.indexOf('.'); in dropObject() local
/trunk/main/sc/source/filter/qpro/
H A Dqpro.cxx64 sal_uInt16 nLen = getLength(); in readSheet() local
109 sal_uInt16 nState, nLen; in readSheet() local
201 sal_uInt16 nLen = getLength(); in import() local
/trunk/main/xmloff/source/draw/
H A Dxexptran.cxx57 void Imp_SkipSpaces(const OUString& rStr, sal_Int32& rPos, const sal_Int32 nLen) in Imp_SkipSpaces()
64 void Imp_SkipSpacesAndOpeningBraces(const OUString& rStr, sal_Int32& rPos, const sal_Int32 nLen) in Imp_SkipSpacesAndOpeningBraces()
71 void Imp_SkipSpacesAndCommas(const OUString& rStr, sal_Int32& rPos, const sal_Int32 nLen) in Imp_SkipSpacesAndCommas()
78 void Imp_SkipSpacesAndClosingBraces(const OUString& rStr, sal_Int32& rPos, const sal_Int32 nLen) in Imp_SkipSpacesAndClosingBraces()
113 void Imp_SkipNumber(const OUString& rStr, sal_Int32& rPos, const sal_Int32 nLen) in Imp_SkipNumber()
125 const sal_Int32 nLen) in Imp_SkipNumberAndSpacesAndCommas()
133 const sal_Int32 nLen) in Imp_SkipDoubleAndSpacesAndCommas()
186 double Imp_GetDoubleChar(const OUString& rStr, sal_Int32& rPos, const sal_Int32 nLen, in Imp_GetDoubleChar()
535 const sal_Int32 nLen(aStr.getLength()); in SetString() local
1039 const sal_Int32 nLen(aStr.getLength()); in SetString() local
[all …]
/trunk/main/i18nutil/inc/i18nutil/
H A Dx_rtl_ustring.h38 inline rtl_uString * SAL_CALL x_rtl_uString_new_WithLength( sal_Int32 nLen ) in x_rtl_uString_new_WithLength()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbaglobalbase.cxx82 sal_Int32 nLen = aInitArgs.getLength(); in init() local
143 sal_Int32 nLen = sServiceNames.getLength(); in hasServiceName() local
/trunk/main/sal/rtl/source/
H A Dstring.c72 sal_Int32 nLen; in rtl_str_valueOfFloat() local
87 sal_Int32 nLen; in rtl_str_valueOfDouble() local
113 static int rtl_ImplGetFastUTF8ByteLen( const sal_Unicode* pStr, sal_Int32 nLen ) in rtl_ImplGetFastUTF8ByteLen()
/trunk/main/sc/source/core/data/
H A Ddocumen6.cxx76 sal_Int32 nLen = aText.getLength(); in HasStringWeakCharacters() local
104 sal_Int32 nLen = aText.getLength(); in GetStringScriptType() local
/trunk/main/ucb/source/ucp/webdav/
H A DDAVProperties.cxx104 sal_Int32 nLen = aFullName.indexOf( ' ' ) - nStart; in createCurlPropName() local
199 sal_Int32 nLen = rFullName.getLength(); in isUCBSpecialProperty() local
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx191 sal_uInt16 nLen, nC; in DumpNumList() local
479 static void DumpField1( WW8_FC nPos, long nLen, char* pName ) in DumpField1()
774 static void DumpIt( SvStream& rSt, short nLen ) in DumpIt()
790 static void DumpItSmall( SvStream& rStrm, short nLen ) in DumpItSmall()
856 void DumpSprms( sal_uInt8 nVersion, SvStream& rSt, short nLen ) in DumpSprms()
890 sal_uInt16 nLen; in DumpSepx() local
995 short nLen = c * 2; // So weit bis zum naechsten ! in DumpFkp() local
1179 static void DumpPLCFPcd( sal_uInt8 nVersion, long nPos, long nLen ) in DumpPLCFPcd()
1226 static void DumpPcd( sal_uInt8 nVersion, long nPos, long nLen ) in DumpPcd()
1273 static void DumpPLCF( long nPos, long nLen, ePLCFT ePlc ) in DumpPLCF()
[all …]
/trunk/main/svtools/source/svrtf/
H A Drtfout.cxx131 const sal_Int32 nLen = sConverted.getLength(); in Out_Char() local
184 SvStream& RTFOutFuncs::Out_Hex( SvStream& rStream, sal_uLong nHex, sal_uInt8 nLen ) in Out_Hex()
/trunk/main/connectivity/source/inc/java/
H A Dtools.hxx57 jsize nLen = pEnv->GetArrayLength(_Array); in copyArrayAndDelete() local
/trunk/main/svtools/source/svhtml/
H A Dhtmlout.cxx443 sal_Size nLen = rtl_convertUnicodeToText( in lcl_ConvertCharToHTML() local
456 sal_Size nLen = rtl_convertUnicodeToText( rContext.m_hConv, in lcl_ConvertCharToHTML() local
502 sal_Size nLen = rtl_convertUnicodeToText( in lcl_FlushToAscii() local
520 for( sal_uInt32 i=0UL, nLen = rSrc.Len(); i < nLen; i++ ) in ConvertStringToHTML() local
550 xub_StrLen nLen = rStr.Len(); in Out_String() local
568 SvStream& HTMLOutFuncs::Out_Hex( SvStream& rStream, sal_uLong nHex, sal_uInt8 nLen, in Out_Hex()
/trunk/main/filter/source/msfilter/
H A Dmsvbasic.cxx121 void VBA_Impl::Output( int nLen, const sal_uInt8*pData ) in Output()
313 sal_uInt16 nLen; in ReadVBAProject() local
329 sal_uInt16 nLen; in ReadVBAProject() local
544 int nLen, nDistance, nShift, nClean=1; in DecompressVBA() local
/trunk/main/oox/source/core/
H A Dbinarycodec.cxx62 sal_Int32 nLen = 0; in lclGetLen() local
69 sal_Int32 nLen = lclGetLen( pnPassData, nBufferSize ); in lclGetKey() local
94 sal_Int32 nLen = lclGetLen( pnPassData, nBufferSize ); in lclGetHash() local
155 sal_Int32 nLen = lclGetLen( pnPassData, 16 ); in initKey() local

Completed in 119 milliseconds

12345678910>>...31