Home
last modified time | relevance | path

Searched refs:nLen (Results 276 – 300 of 867) sorted by relevance

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

/trunk/main/filter/source/xsltfilter/
H A Duof2merge.cxx218 sal_Int16 nLen = rAttribs->getLength(); in startElement() local
219 if(nLen > 0) in startElement()
221 for( sal_Int16 i = 0; i < nLen; ++i) in startElement()
568 sal_Int32 nLen = aInSeq.getLength(); in getBase64Codec() local
569 if(nLen) in getBase64Codec()
572 aOutSeq.realloc(nOrigLen + nLen); in getBase64Codec()
574 for(sal_Int32 i = 0; i < nLen; ++i) in getBase64Codec()
/trunk/main/sal/qa/rtl/textenc/
H A Drtl_textcvt.cxx269 sal_uInt16 nLen = 1; in doComplexCharSetTest() local
271 && nLen < 10) in doComplexCharSetTest()
277 sBuffer[nLen++] = c1; in doComplexCharSetTest()
279 aConverter, 0, sBuffer, nLen, aUC, 2, in doComplexCharSetTest()
288 OSL_ASSERT(nCvtBytes == nLen); in doComplexCharSetTest()
291 OSL_ASSERT(nCvtBytes == nLen); in doComplexCharSetTest()
299 i -= nLen - 1; in doComplexCharSetTest()
/trunk/main/dbaccess/source/filter/xml/
H A Dxmlfilter.cxx205 sal_Int32 nLen = 0; in run() local
206 aArgs[nLen].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("AsTemplate")); in run()
207 aArgs[nLen++].Value <<= sal_False; in run()
209 … aArgs[nLen].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ReadOnly")); in run()
210 aArgs[nLen++].Value <<= sal_True; in run()
212 … aArgs[nLen].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Hidden")); in run()
213 aArgs[nLen++].Value <<= sal_True; in run()
/trunk/main/svgio/source/svgreader/
H A Dsvgnode.cxx93 const sal_Int32 nLen(rClassList.getLength()); in fillCssStyleVectorUsingHierarchyAndSelectors() local
95 if(nLen) in fillCssStyleVectorUsingHierarchyAndSelectors()
101 while(nPos < nLen) in fillCssStyleVectorUsingHierarchyAndSelectors()
104 copyToLimiter(rClassList, sal_Unicode(' '), nPos, aToken, nLen); in fillCssStyleVectorUsingHierarchyAndSelectors()
105 skip_char(rClassList, sal_Unicode(' '), nPos, nLen); in fillCssStyleVectorUsingHierarchyAndSelectors()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.hxx297 void ImportSprms(sal_Size nPosFc, short nLen, bool bPap);
298 void ImportSprms(sal_uInt8 *pSprms, short nLen, bool bPap);
299 void ImportGrupx(short nLen, bool bPara, bool bOdd);
300 short ImportUPX(short nLen, bool bPAP, bool bOdd);
H A Dwrtww8.cxx711 sal_uInt16 nLen = aPos.Count(); in Prev() local
713 return nLen ? aPos[nLen-1] : 0; in Prev()
1646 for( xub_StrLen n = 0, nLen = rStr.Len(); n < nLen; ++n, ++pStr ) in InsAsString16() local
1692 for( xub_StrLen n = 0, nLen = rStr.Len(); n < nLen; ++n, ++pStr ) in InsAsString16() local
1801 if( nLen ) in OutSwString()
3068 sal_uLong nLen = rIn.Tell(); in EncryptRC4() local
3074 sal_uLong nBS = (nLen - nI > WW_BLOCKSIZE) ? WW_BLOCKSIZE : nLen - nI; in EncryptRC4()
3421 sal_uLong nLen; in PrepareStorage() local
3449 nLen = sizeof( aCompObj ); in PrepareStorage()
3474 nLen = sizeof( aCompObj ); in PrepareStorage()
[all …]
/trunk/main/sw/inc/
H A Dunoflatpara.hxx89 …virtual css::lang::Locale SAL_CALL getLanguageOfText(::sal_Int32 nPos, ::sal_Int32 nLen) throw (cs…
90 …virtual css::lang::Locale SAL_CALL getPrimaryLanguageOfText(::sal_Int32 nPos, ::sal_Int32 nLen) th…
91 …virtual void SAL_CALL changeText(::sal_Int32 nPos, ::sal_Int32 nLen, const ::rtl::OUString & aNewT…
92 …virtual void SAL_CALL changeAttributes(::sal_Int32 nPos, ::sal_Int32 nLen, const css::uno::Sequenc…
/trunk/main/sw/source/ui/misc/
H A Dbookmark.cxx58 sal_uInt16 nLen = sTmp.Len(); in IMPL_LINK() local
67 if(sTmp.Len() != nLen) in IMPL_LINK()
125 sal_uInt16 nLen = aBookmarkBox.GetText().Len(); in Apply() local
128 if ( nLen && (aBookmarkBox.GetEntryPos(aTmpEntry) == COMBOBOX_ENTRY_NOTFOUND) ) in Apply()
/trunk/main/sc/source/core/tool/
H A Dddelink.cxx149 xub_StrLen nLen = aLinkStr.Len(); in DataChanged() local
150 if (nLen && aLinkStr.GetChar(nLen-1) == '\n') in DataChanged()
151 aLinkStr.Erase(nLen-1); in DataChanged()
/trunk/main/autodoc/source/display/idl/
H A Dhi_ary.cxx65 size_t nLen = pEnd == 0 in nextName() local
68 o_name.assign(io_TextPtr, nLen); in nextName()
69 io_TextPtr += nLen; in nextName()
71 return nLen > 0; in nextName()
/trunk/main/formula/source/core/api/
H A DFormulaCompiler.cxx278 const sal_Int32 nLen = rNames.getLength(); in createSequenceOfFormulaTokens() local
279 uno::Sequence< sheet::FormulaToken > aTokens( nLen); in createSequenceOfFormulaTokens()
282 ::rtl::OUString const * const pStop = pName + nLen; in createSequenceOfFormulaTokens()
722 xub_StrLen nLen = rStr.Len(); in DeQuote() local
723 if ( nLen > 1 && rStr.GetChar(0) == '\'' && rStr.GetChar( nLen-1 ) == '\'' ) in DeQuote()
725 rStr.Erase( nLen-1, 1 ); in DeQuote()
1149 xub_StrLen nLen = aCorrectedFormula.Len(); in Factor() local
1150 if ( nLen ) in Factor()
1151 aCorrectedFormula.Erase( nLen - 1 ); in Factor()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx514 sal_uInt32 nLen = rText.Len(); in Impl_writeText() local
516 if( !nLen ) in Impl_writeText()
538 mpVDev->GetTextOutline( aPolyPoygon, rText, 0, 0, (sal_uInt16)nLen, sal_True, nWidth, pDXArray ); in Impl_writeText()
557 pOwnArray = new sal_Int32[ nLen ]; in Impl_writeText()
562 if( nLen > 1 ) in Impl_writeText()
564 …aNormSize.Width() = pDX[ nLen - 2 ] + mpVDev->GetTextWidth( rText.GetChar( (sal_uInt16) nLen - 1 … in Impl_writeText()
571 for( i = 0; i < ( nLen - 1 ); i++ ) in Impl_writeText()
680 DBG_ASSERT( nLen <= 127, "TODO: handle text with more than 127 characters" ); in Impl_writeText()
683 mpTag->addUI8( (sal_uInt8) nLen ); in Impl_writeText()
690 for( i = 0; i < nLen; i++ ) in Impl_writeText()
[all …]
/trunk/main/forms/source/component/
H A DFormComponent.cxx859 sal_Int32 nLen = 0; in write() local
861 _rxOutStream->writeLong(nLen); in write()
866 nLen = xMark->offsetToMark(nMark) - 4; in write()
868 _rxOutStream->writeLong(nLen); in write()
904 if (nLen) in read()
918 InStream->skipBytes(nLen); in read()
1751 _rxInStream->skipBytes(nLen); in readCommonProperties()
1763 sal_Int32 nLen = 0; in writeCommonProperties() local
1764 _rxOutStream->writeLong(nLen); in writeCommonProperties()
1778 nLen = xMark->offsetToMark(nMark) - sizeof(nLen); in writeCommonProperties()
[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() argument
40 …ng *newStr = (rtl_uString*) rtl_allocateMemory ( sizeof(rtl_uString) + sizeof(sal_Unicode) * nLen); in x_rtl_uString_new_WithLength()
42 newStr->length = nLen; in x_rtl_uString_new_WithLength()
/trunk/main/extensions/source/inc/
H A Dcomponentmodule.cxx213 sal_Int32 nLen = s_pImplementationNames->getLength(); in revokeComponent() local
215 for (sal_Int32 i=0; i<nLen; ++i, ++pImplNames) in revokeComponent()
260 sal_Int32 nLen = s_pImplementationNames->getLength(); in getComponentFactory() local
266 …for (sal_Int32 i=0; i<nLen; ++i, ++pImplName, ++pServices, ++pComponentFunction, ++pFactoryFunctio… in getComponentFactory()
/trunk/main/connectivity/source/drivers/calc/
H A DCConnection.cxx80 sal_Int32 nLen = url.indexOf(':'); in construct() local
81 nLen = url.indexOf(':',nLen+1); in construct()
82 ::rtl::OUString aDSN(url.copy(nLen+1)); in construct()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DStorageNativeInputStream.cxx267 jsize nLen = env->GetArrayLength(buffer); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3B() local
268 Sequence< ::sal_Int8 > aData(nLen); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3B()
272 nBytesRead = xIn->readBytes(aData,nLen); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3B()
290 OSL_ENSURE(nLen >= nBytesRead,"Buffer is too small!"); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3B()
/trunk/main/dbaccess/source/ext/adabas/
H A DAcomponentmodule.cxx223 sal_Int32 nLen = s_pImplementationNames->getLength(); in revokeComponent() local
225 for (sal_Int32 i=0; i<nLen; ++i, ++pImplNames) in revokeComponent()
270 sal_Int32 nLen = s_pImplementationNames->getLength(); in getComponentFactory() local
276 …for (sal_Int32 i=0; i<nLen; ++i, ++pImplName, ++pServices, ++pComponentFunction, ++pFactoryFunctio… in getComponentFactory()
/trunk/main/lingucomponent/source/languageguessing/
H A Dguesslang.cxx112 …anguage( const ::rtl::OUString& aText, ::sal_Int32 nStartPos, ::sal_Int32 nLen ) throw (::com::sun…
227 ::sal_Int32 nLen ) in guessPrimaryLanguage() argument
235 if (nStartPos >=0 && nLen >= 0 && nStartPos + nLen <= rText.getLength()) in guessPrimaryLanguage()
237 OString o( OUStringToOString( rText.copy(nStartPos, nLen), RTL_TEXTENCODING_UTF8 ) ); in guessPrimaryLanguage()
/trunk/main/editeng/source/uno/
H A Dunofored.cxx529 xub_StrLen nLen = 0; in AppendTextPortion() local
535 nLen = rEditEngine.GetTextLen( nPara ); in AppendTextPortion()
536 rEditEngine.QuickInsertText( rText, ESelection( nPara, nLen, nPara, nLen ) ); in AppendTextPortion()
539 return nLen; in AppendTextPortion()
/trunk/main/sw/source/ui/fldui/
H A Dfldfunc.cxx396 const sal_uInt16 nLen = aNameED.GetText().Len(); in IMPL_LINK() local
397 if( !nLen || nLen > MAX_COMBINED_CHARACTERS ) in IMPL_LINK()
738 const sal_uInt16 nLen = aName.Len(); in IMPL_LINK() local
744 (!nLen || nLen > MAX_COMBINED_CHARACTERS )) in IMPL_LINK()
/trunk/main/sal/osl/unx/
H A Dfile_volume.cxx313 long nLen = pathconf(pszDirectory, _PC_NAME_MAX); in osl_psz_getVolumeInformation() local
314 if (nLen > 0) in osl_psz_getVolumeInformation()
316 pInfo->uMaxNameLength = (sal_uInt32)nLen; in osl_psz_getVolumeInformation()
324 long nLen = pathconf (pszDirectory, _PC_PATH_MAX); in osl_psz_getVolumeInformation() local
325 if (nLen > 0) in osl_psz_getVolumeInformation()
327 pInfo->uMaxPathLength = (sal_uInt32)nLen; in osl_psz_getVolumeInformation()
/trunk/main/basic/source/sbx/
H A Dsbxform.cxx550 sal_uInt16 nLen; in AnalyseFormatString() local
553 nLen = sFormatStrg.Len(); in AnalyseFormatString()
571 for( sal_uInt16 i=0; i<nLen; i++ ) in AnalyseFormatString()
718 short i,nLen; in ScanFormatString() local
727 nLen = sFormatStrg.Len(); in ScanFormatString()
760 for( i=0; i<nLen; i++ ) in ScanFormatString()
/trunk/main/vcl/win/source/window/
H A Dsalobj.cxx109 sal_Int32 nLen = GetClassNameW( rMsg.hwnd, pClassName, 10 ); in ImplInterceptChildWindowKeyDown() local
110 if ( !( nLen == 9 && wcsncmp( pClassName, SAL_OBJECT_CLASSNAMEW, nLen ) == 0 ) ) in ImplInterceptChildWindowKeyDown()
122 nLen = GetClassNameW( hWin, pClassName, 10 ); in ImplInterceptChildWindowKeyDown()
123 if ( nLen == 9 && wcsncmp( pClassName, SAL_OBJECT_CLASSNAMEW, nLen ) == 0 ) in ImplInterceptChildWindowKeyDown()
/trunk/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx169 sal_Int32 nLen = aFormatList.getLength(); in getLocales() local
170 for (sal_Int32 i = 0; i < nLen; ++i) in getLocales()
290 sal_Int32 nLen = aSuppLocales.getLength(); in hasLocale() local
291 for (sal_Int32 i = 0; i < nLen; ++i) in hasLocale()
589 sal_Int32 nLen = rArguments.getLength(); in initialize() local
590 if (1 == nLen) in initialize()

Completed in 145 milliseconds

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