Home
last modified time | relevance | path

Searched refs:nLength (Results 126 – 150 of 450) sorted by relevance

12345678910>>...18

/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx142 sal_Int32 nLength = aSearch.getLength(); in ImplTranslateAttribute() local
146 nLength++; in ImplTranslateAttribute()
150 rString = rString.replaceAt( nIndex, nLength, aNew ); in ImplTranslateAttribute()
402 sal_Int32 nLength = aUserData.getLength(); in processAfterEffectNodes() local
405 while( nLength-- ) in processAfterEffectNodes()
854 sal_Int32 nLength = aUserData.getLength(); in exportAnimNode() local
855 while( nLength-- ) in exportAnimNode()
931 sal_Int32 nLength = aUserData.getLength(); in exportAnimPropertySet() local
932 while( nLength-- ) in exportAnimPropertySet()
1781 end += nLength; in exportAnimateTargetElement()
[all …]
/trunk/main/sw/source/core/undo/
H A Dundobj.cxx1229 String ShortenString(const String & rStr, xub_StrLen nLength, const String & rFillStr) in ShortenString() argument
1231 ASSERT( nLength - rFillStr.Len() >= 2, "improper arguments") in ShortenString()
1235 if (rStr.Len() <= nLength) in ShortenString()
1239 long nTmpLength = nLength - rFillStr.Len(); in ShortenString()
1243 nLength = static_cast<xub_StrLen>(nTmpLength); in ShortenString()
1245 const xub_StrLen nFrontLen = nLength - nLength / 2; in ShortenString()
1246 const xub_StrLen nBackLen = nLength - nFrontLen; in ShortenString()
/trunk/main/autodoc/inc/ary/info/
H A Dall_dts.hxx104 : nLength( i_nLength ) {} in DT_Whitespace()
105 UINT8 Length() const { return nLength; } in Length()
112 UINT8 nLength; member in ary::info::DT_Whitespace
/trunk/main/sd/source/core/
H A DCustomAnimationCloner.cxx220 const sal_Int32 nLength = aUserData.getLength(); in transformNode() local
222 for( nElement = 0; nElement < nLength; nElement++, pValue++ ) in transformNode()
261 const sal_Int32 nLength = aSequence.getLength(); in transformValue() local
265 for( nElement = 0; nElement < nLength; nElement++, pAny++ ) in transformValue()
/trunk/main/comphelper/inc/comphelper/
H A Dsequence.hxx114 sal_uInt32 nLength = _rSeq.getLength(); in removeElementAt() local
116 OSL_ENSURE(0 <= _nPos && (sal_uInt32)_nPos < nLength, "invalid index"); in removeElementAt()
118 for (sal_uInt32 i = (sal_uInt32)_nPos + 1; i < nLength; ++i) in removeElementAt()
123 _rSeq.realloc(nLength-1); in removeElementAt()
/trunk/main/forms/source/xforms/
H A Dconvert.cxx580 sal_Int32 nLength = aBuffer.getLength(); in replaceWhitespace() local
582 for( sal_Int32 i = 0; i < nLength; i++ ) in replaceWhitespace()
596 sal_Int32 nLength = _rString.getLength(); in collapseWhitespace() local
597 OUStringBuffer aBuffer( nLength ); in collapseWhitespace()
600 for( sal_Int32 i = 0; i < nLength; i++ ) in collapseWhitespace()
/trunk/main/xmloff/source/draw/
H A DXMLImageMapExport.cxx117 sal_Int32 nLength = rContainer->getCount(); in Export() local
118 for(sal_Int32 i = 0; i < nLength; i++) in Export()
148 sal_Int32 nLength = sServiceNames.getLength(); in ExportMapEntry() local
149 for( sal_Int32 i=0; i<nLength; i++ ) in ExportMapEntry()
H A Danimationimport.cxx307 sal_Int32 nLength = rValue.getLength(); in isDouble() local
309 while( nLength ) in isDouble()
314 nLength--; in isDouble()
327 sal_Int32 nLength = rValue.getLength(); in isTime() local
329 for( pStr = rValue.getStr(); nLength; pStr++, nLength-- ) in isTime()
337 return (nLength == 0) || ((*pStr == 's' || *pStr == 'S') && (nLength == 1)); in isTime()
/trunk/main/xmloff/source/text/
H A DXMLFootnoteConfigurationImportContext.cxx155 sal_Int16 nLength = xAttrList->getLength(); in XMLFootnoteConfigurationImportContext() local
156 for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++) in XMLFootnoteConfigurationImportContext()
239 sal_Int16 nLength = xAttrList->getLength(); in StartElement() local
240 for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++) in StartElement()
H A DXMLTextMarkImportContext.cxx81 sal_Int16 nLength = xAttrList->getLength(); in StartElement() local
82 for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++) in StartElement()
432 const sal_Int16 nLength = xAttrList->getLength(); in FindName() local
433 for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++) in FindName()
/trunk/main/offapi/com/sun/star/i18n/
H A DXTextConversion.idl67 @param nLength
85 [in] long nLength,
101 @param nLength
119 [in] long nLength,
/trunk/main/comphelper/source/property/
H A Dcomposedprops.cxx322 sal_Int32 nLength = m_aProperties.getLength(); in getPropertyByName() local
325 for (sal_Int32 i=0; i<nLength; ++i, ++pProps) in getPropertyByName()
337 sal_Int32 nLength = m_aProperties.getLength(); in hasPropertyByName() local
340 for( sal_Int32 i=0; i<nLength; ++i,++pProps ) in hasPropertyByName()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletextfield.cxx145 sal_Int32 nLength = aNames.getLength(); in getSupportedServiceNames() local
146 aNames.realloc( nLength + 1 ); in getSupportedServiceNames()
147 aNames[nLength] = ::rtl::OUString::createFromAscii( in getSupportedServiceNames()
/trunk/main/xmloff/source/style/
H A Dxmlnumfi.cxx830 sal_Int32 nLength = rContent.getLength(); in lcl_EnquoteIfNecessary() local
832 if ( ( nLength == 1 && in lcl_EnquoteIfNecessary()
834 ( nLength == 2 && in lcl_EnquoteIfNecessary()
842 else if ( rParent.GetType() == XML_TOK_STYLES_PERCENTAGE_STYLE && nLength > 1 ) in lcl_EnquoteIfNecessary()
851 if ( nPos + 1 < nLength ) in lcl_EnquoteIfNecessary()
853 if ( nPos + 2 == nLength && lcl_ValidChar( rContent.charAt(nPos + 1), rParent ) ) in lcl_EnquoteIfNecessary()
2040 sal_Int32 nLength = aFormatCode.getLength(); in AddCurrency() local
2041 if ( nLength > 1 && aFormatCode.charAt( nLength-1 ) == '"' ) in AddCurrency()
2047 sal_Int32 nFirst = nLength - 2; in AddCurrency()
2056 if ( nLength > nFirst + 2 ) in AddCurrency()
[all …]
/trunk/main/xmloff/inc/
H A DMultiPropertySetHelper.hxx65 sal_Int16 nLength; member in MultiPropertySetHelper
185 DBG_ASSERT( nValueNo < nLength, "index out of range" ); in getValue()
195 DBG_ASSERT( nValueNo < nLength, "index out of range" ); in hasProperty()
/trunk/main/store/source/
H A Dstordata.hxx742 sal_Size nLength = rtl_str_getLength(pszName); in getName() local
743 memcpy (pBuffer, pszName, SAL_MIN(nLength, nBufsiz)); in getName()
744 return nLength; in getName()
753 void dataLength (sal_uInt32 nLength) in dataLength() argument
755 PAGE().m_aDataBlock.m_nDataLen = store::htonl(nLength); in dataLength()
/trunk/main/xmlsecurity/tools/standalone/mscsfit/
H A Dhelper.cxx42 int nLength = ftell( f ); in createStreamFromFile() local
45 Sequence<sal_Int8> seqIn(nLength); in createStreamFromFile()
46 fread( seqIn.getArray() , nLength , 1 , f ); in createStreamFromFile()
/trunk/main/sal/inc/rtl/
H A Dbyteseq.h75 sal_Sequence **ppSequence , sal_Int32 nLength )
85 sal_Sequence **ppSequence , sal_Int32 nLength )
96 sal_Sequence **ppSequence, const sal_Int8 *pData , sal_Int32 nLength )
/trunk/main/sal/osl/unx/
H A Dfile.cxx1037 size_t const nLength = sal::static_int_cast< size_t >(uLength); in osl_mapFile() local
1044 void* p = mmap(NULL, nLength, PROT_READ, MAP_SHARED, pImpl->m_fd, nOffset); in osl_mapFile()
1060 size_t nSize (nLength); in osl_mapFile()
1087 int e = posix_madvise(p, nLength, POSIX_MADV_WILLNEED); in osl_mapFile()
1094 if (madvise(static_cast< caddr_t >(p), nLength, MADV_WILLNEED) != 0) in osl_mapFile()
1115 size_t const nLength = sal::static_int_cast< size_t >(uLength); in osl_unmapFile() local
1117 if (-1 == munmap(static_cast<char*>(pAddr), nLength)) in osl_unmapFile()
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx110 sal_Int32 nLength = aControlListeners.getLength();
112 for ( sal_Int32 i = 0; i< nLength; ++i )
468 sal_Int32 nLength = aControlListeners.getLength(); in getEventListeners() local
469 for ( sal_Int32 i = 0; i< nLength; ++i ) in getEventListeners()
503 sal_Int32 nLength = aControlListeners.getLength(); in createEvents() local
505 Sequence< ScriptEventDescriptor > aDest( nLength ); in createEvents()
507 for ( sal_Int32 i = 0; i< nLength; ++i, ++pSrc ) in createEvents()
/trunk/main/svx/source/unodraw/
H A Dunoprov.cxx1185 xub_StrLen nLength = rString.Len(); in SvxUnoConvertResourceString() local
1186 while( nLength > 0 ) in SvxUnoConvertResourceString()
1188 const sal_Unicode nChar = rString.GetChar( nLength - 1 ); in SvxUnoConvertResourceString()
1192 nLength--; in SvxUnoConvertResourceString()
1196 if( nLength != rString.Len() ) in SvxUnoConvertResourceString()
1198 while( nLength > 0 ) in SvxUnoConvertResourceString()
1200 const sal_Unicode nChar = rString.GetChar( nLength - 1 ); in SvxUnoConvertResourceString()
1204 nLength--; in SvxUnoConvertResourceString()
1208 const String aShortString( rString.Copy( 0, nLength ) ); in SvxUnoConvertResourceString()
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx376 const xub_StrLen nIndex, const xub_StrLen nLength ) in SwTxtSizeInfo() argument
388 nLen(nLength), in SwTxtSizeInfo()
446 const xub_StrLen nLength, in GetTxtSize() argument
449 SwDrawTextInfo aDrawInf( pVsh, *pOutDev, pSI, rTxt, nIndex, nLength ); in GetTxtSize()
488 const xub_StrLen nLength, const sal_uInt16 nComp, in GetTxtSize() argument
491 SwDrawTextInfo aDrawInf( pVsh, *pOut, pSI, *pTxt, nIndex, nLength ); in GetTxtSize()
647 const xub_StrLen nStart, const xub_StrLen nLength, in _DrawText() argument
652 if( !nLength ) in _DrawText()
707 SwDrawTextInfo aDrawInf( pFrm->getRootFrm()->GetCurrShell(), *pOut, pSI, rText, nStart, nLength, in _DrawText()
/trunk/main/xmlsecurity/tools/standalone/csfit/
H A Dhelper.cxx49 int nLength = ftell( f ); in createStreamFromFile() local
52 Sequence<sal_Int8> seqIn(nLength); in createStreamFromFile()
53 fread( seqIn.getArray() , nLength , 1 , f ); in createStreamFromFile()
/trunk/main/sw/source/core/access/
H A Daccportions.hxx103 virtual void Text(sal_uInt16 nLength, sal_uInt16 nType);
104 virtual void Special(sal_uInt16 nLength, const String& rText, sal_uInt16 nType);
106 virtual void Skip(sal_uInt16 nLength);
/trunk/main/i18npool/inc/
H A DtextconversionImpl.hxx47 getConversions( const ::rtl::OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength,
54 getConversion( const ::rtl::OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength,
61 … getConversionWithOffset( const ::rtl::OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength,

Completed in 219 milliseconds

12345678910>>...18