Home
last modified time | relevance | path

Searched refs:nLength (Results 226 – 250 of 450) sorted by relevance

12345678910>>...18

/trunk/main/forms/source/xforms/
H A Dpathexpression.cxx122 sal_Int32 nLength = xNodeList.is() ? xNodeList->getLength() : 0; in evaluate() local
123 for( sal_Int32 n = 0; n < nLength; n++ ) in evaluate()
/trunk/main/xmlsecurity/tools/demo/
H A Dperformance.cxx1474 int nLength = m_vSignatureList.size(); in checkReference() local
1475 for (int i = 0; i<nLength; ++i) in checkReference()
1545 sal_Int32 nLength = xAttribs->getLength(); in addStartAncestorEvent() local
1546 AncestorEvent* ancestorEvent = new AncestorEvent( nLength ); in addStartAncestorEvent()
1551 for (int i = 0; i<nLength; ++i) in addStartAncestorEvent()
1579 sal_Int32 nLength = attrList.getLength(); in sendAncestorStartElementEvent() local
1581 for (int i = 0; i<nLength; ++i) in sendAncestorStartElementEvent()
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx2110 sal_uInt16 nFbt, sal_uInt32 nLength ) in DumpEscherRec() argument
2156 << " Version: 0x" << (sal_uInt16)nVer << " Laenge: 0x" << nLength in DumpEscherRec()
2184 if( 4 == nLength && WW8ReadUINT32( *xTableStream, nData )) in DumpEscherRec()
2261 if( 3 < nLength ) in DumpEscherRec()
2265 for( sal_uInt32 n = 0; n < nLength; ++n ) in DumpEscherRec()
2301 while( nLength ) in DumpEscherRec()
2315 --nLength; in DumpEscherRec()
2326 void DumpEscherRecs( sal_uLong nPos, sal_uInt32 nLength ) in DumpEscherRecs() argument
2332 while( nReadLen < nLength ) in DumpEscherRecs()
/trunk/main/xmloff/source/text/
H A DXMLAutoTextEventImport.cxx74 const sal_Int32 nLength = rArguments.getLength(); in initialize() local
75 for( sal_Int32 i = 0; i < nLength; i++ ) in initialize()
H A DXMLIndexTabStopEntryContext.cxx76 sal_Int16 nLength = xAttrList->getLength(); in StartElement() local
77 for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++) in StartElement()
H A DXMLChangedRegionImportContext.cxx68 sal_Int16 nLength = xAttrList->getLength(); in StartElement() local
69 for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++) in StartElement()
H A DXMLSectionSourceDDEImportContext.cxx106 sal_Int16 nLength = xAttrList->getLength(); in StartElement() local
107 for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++) in StartElement()
H A DXMLIndexChapterInfoEntryContext.cxx94 sal_Int16 nLength = xAttrList->getLength(); in StartElement() local
95 for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++) in StartElement()
H A DXMLIndexBibliographyEntryContext.cxx117 sal_Int16 nLength = xAttrList->getLength(); in StartElement() local
118 for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++) in StartElement()
/trunk/main/writerfilter/source/doctok/
H A DPLCF.hxx71 PLCF(sal_uInt32 nLength) in PLCF() argument
72 : WW8StructBase(nLength), nEntryCount(getEntryCount_()), in PLCF()
H A DWW8StructBase.hxx76 WW8StructBase(sal_Int32 nLength) in WW8StructBase() argument
77 : mSequence(nLength) in WW8StructBase()
/trunk/main/tools/source/stream/
H A Dcachestr.cxx273 sal_uIntPtr nLength = Seek( STREAM_SEEK_TO_END ); in GetSize() local
275 return nLength; in GetSize()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlReportElement.cxx58 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() local
61 for(sal_Int16 i = 0; i < nLength; ++i) in DBG_NAME()
H A DxmlSection.cxx81 const sal_Int16 nLength = (m_xSection.is() && _xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() local
85 for(sal_Int16 i = 0; i < nLength; ++i) in DBG_NAME()
/trunk/main/comphelper/inc/comphelper/
H A Dsequenceasvector.hxx90 explicit SequenceAsVector(sal_Int32 nLength) : in SequenceAsVector() argument
91 ::std::vector< TElementType >( static_cast< size_t >( nLength ) ) in SequenceAsVector()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlComponent.cxx84 sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() local
86 for(sal_Int16 i = 0; i < nLength; ++i) in DBG_NAME()
H A DxmlFileBasedDatabase.cxx78 const sal_Int16 nLength = (xDataSource.is() && _xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() local
80 for(sal_Int16 i = 0; i < nLength; ++i) in DBG_NAME()
H A DxmlDataSourceInfo.cxx78 sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() local
82 for(sal_Int16 i = 0; i < nLength; ++i) in DBG_NAME()
H A DxmlQuery.cxx84 sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() local
85 for(sal_Int16 i = 0; i < nLength; ++i) in DBG_NAME()
H A DxmlServerDatabase.cxx75 const sal_Int16 nLength = (xDataSource.is() && _xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() local
77 for(sal_Int16 i = 0; i < nLength; ++i) in DBG_NAME()
/trunk/main/sax/test/
H A Dsaxdemo.cxx121 int nLength = ftell( f ); in createStreamFromFile() local
124 Sequence<sal_Int8> seqIn(nLength); in createStreamFromFile()
125 fread( seqIn.getArray() , nLength , 1 , f ); in createStreamFromFile()
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXConversionDictionaryList.idl131 length nLength.</p>
141 @param nLength
174 [in] long nLength,
/trunk/main/comphelper/source/misc/
H A Ddocpasswordhelper.cxx271 …atic*/ uno::Sequence< sal_Int8 > DocPasswordHelper::GenerateRandomByteSequence( sal_Int32 nLength ) in GenerateRandomByteSequence() argument
273 uno::Sequence< sal_Int8 > aResult( nLength ); in GenerateRandomByteSequence()
279 rtl_random_getBytes ( aRandomPool, aResult.getArray(), nLength ); in GenerateRandomByteSequence()
/trunk/main/sw/inc/
H A Dsplargs.hxx151 const sal_uInt16 nLength = USHRT_MAX ) in SwInterHyphInfo() argument
154 nStart(nStartPos), nLen(nLength), in SwInterHyphInfo()
/trunk/main/chart2/source/controller/main/
H A DChartDropTargetHelper.cxx51 const sal_Int32 nLength = aByteSequence.getLength(); in lcl_getStringsFromByteSequence() local
54 for( sal_Int32 nPos=0; nPos<nLength; ++nPos ) in lcl_getStringsFromByteSequence()

Completed in 137 milliseconds

12345678910>>...18