Home
last modified time | relevance | path

Searched refs:nPos (Results 1 – 25 of 1852) sorted by last modified time

12345678910>>...75

/aoo41x/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1597 m_pFileStream->Seek(nPos); in UpdateRow()
1653 sal_Int32 nPos = 1; in DeleteRow() local
1730 sal_Int32 nPos = i; in UpdateBuffer() local
1737 for(nPos = 0;nPos<_xCols->getCount();++nPos) in UpdateBuffer()
1749 ++nPos; in UpdateBuffer()
1755 …if(pOrgRow.isValid() && (rRow.get()[nPos]->getValue().isNull() || rRow.get()[nPos] == (pOrgRow->ge… in UpdateBuffer()
1832 sal_Int32 nPos = i; in UpdateBuffer() local
1838 for(nPos = 0;nPos<_xCols->getCount();++nPos) in UpdateBuffer()
1870 pIndex->Update(m_nFilePos,*(pOrgRow->get())[nPos],*rRow.get()[nPos]); in UpdateBuffer()
2614 if(nPos != nCount) in copyData()
[all …]
/aoo41x/main/xmlsecurity/tools/standalone/mscsfit/
H A Dhelper.hxx79 OInputStream( const Sequence< sal_Int8 >&seq ) : m_seq( seq ), nPos( 0 ) {} in OInputStream()
86 nBytesToRead = ( nBytesToRead > m_seq.getLength() - nPos ) ? in readBytes()
87 m_seq.getLength() - nPos : in readBytes()
89 aData = Sequence< sal_Int8 > ( &( m_seq.getConstArray()[nPos] ), nBytesToRead ) ; in readBytes()
90 nPos += nBytesToRead ; in readBytes()
113 return m_seq.getLength() - nPos ; in available()
124 sal_Int32 nPos; member in OInputStream
/aoo41x/main/xmlsecurity/tools/standalone/csfit/
H A Dhelper.hxx85 OInputStream( const Sequence< sal_Int8 >&seq ) : m_seq( seq ), nPos( 0 ) {} in OInputStream()
92 nBytesToRead = ( nBytesToRead > m_seq.getLength() - nPos ) ? in readBytes()
93 m_seq.getLength() - nPos : in readBytes()
95 aData = Sequence< sal_Int8 > ( &( m_seq.getConstArray()[nPos] ), nBytesToRead ) ; in readBytes()
96 nPos += nBytesToRead ; in readBytes()
119 return m_seq.getLength() - nPos ; in available()
130 sal_Int32 nPos; member in OInputStream
/aoo41x/main/xmlsecurity/source/helper/
H A Dxsecctl.cxx88 sal_Int32 nPos = 0L; in convertNumber() local
92 while( nPos < nLen && sal_Unicode(' ') == rString[nPos] ) in convertNumber()
93 nPos++; in convertNumber()
95 if( nPos < nLen && sal_Unicode('-') == rString[nPos] ) in convertNumber()
98 nPos++; in convertNumber()
102 while( nPos < nLen && in convertNumber()
109 nPos++; in convertNumber()
115 return nPos == nLen; in convertNumber()
169 if ( nPos >= 0 ) in convertDateTime()
171 aDateStr = rString.copy( 0, nPos ); in convertDateTime()
[all …]
/aoo41x/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_impmodels.cxx1332 for ( size_t nPos = 0; nPos < _radios.size(); ++nPos ) in endElement() local
1334 Reference< xml::input::XElement > xRadio( _radios[ nPos ] ); in endElement()
1460 for ( size_t nPos = 0; nPos < _radios.size(); ++nPos ) in endElement() local
1462 Reference< xml::input::XElement > xRadio( _radios[ nPos ] ); in endElement()
1582 for ( size_t nPos = _itemValues.size(); nPos--; ) in getItemValues() local
1584 pRet[ nPos ] = _itemValues[ nPos ]; in getItemValues()
1593 for ( size_t nPos = _itemSelected.size(); nPos--; ) in getSelectedItems() local
1595 pRet[ nPos ] = _itemSelected[ nPos ]; in getSelectedItems()
H A Dxmldlg_import.cxx1402 for ( size_t nPos = 0; nPos < rEvents.size(); ++nPos ) in importEvents() local
1406 … EventElement * pEventElement = static_cast< EventElement * >( rEvents[ nPos ].get() ); in importEvents()
1878 for ( size_t nPos = 0; nPos < _styleNames.size(); ++nPos ) in getStyle() local
1880 if (_styleNames[ nPos ] == rStyleId) in getStyle()
1882 return _styles[ nPos ]; in getStyle()
H A Dxmldlg_expmodels.cxx257 for ( sal_Int32 nPos = 0; nPos < itemValues.getLength(); ++nPos ) in readComboBoxModel() local
263 pItemValues[ nPos ] ); in readComboBoxModel()
318 sal_Int32 nPos; in readListBoxModel() local
319 for ( nPos = 0; nPos < itemValues.getLength(); ++nPos ) in readListBoxModel()
325 pItemValues[ nPos ] ); in readListBoxModel()
333 for ( nPos = selected.getLength(); nPos--; ) in readListBoxModel()
336 popup->getSubElement( pSelected[ nPos ] ).get() ); in readListBoxModel()
H A Dxmldlg_export.cxx1073 for ( sal_Int32 nPos = 0; nPos < aNames.getLength(); ++nPos ) in readEvents() local
1076 if (xEvents->getByName( pNames[ nPos ] ) >>= descr) in readEvents()
1295 for ( size_t nPos = 0; nPos < _styles.size(); ++nPos ) in ~StyleBag() local
1297 delete _styles[ nPos ]; in ~StyleBag()
1309 for ( size_t nPos = 0; nPos < _styles.size(); ++nPos ) in dump() local
1311 Reference< xml::sax::XAttributeList > xAttr( _styles[ nPos ]->createElement() ); in dump()
1337 sal_Int32 nPos; in exportDialogModel() local
1338 for ( nPos = 0; nPos < aElements.getLength(); ++nPos ) in exportDialogModel()
1340 Any aControlModel( xDialogModel->getByName( pElements[ nPos ] ) ); in exportDialogModel()
/aoo41x/main/xmlscript/test/
H A Dimexp.cxx149 sal_Int32 nPos = bytes.getLength(); in exportToFile() local
150 bytes.realloc( nPos + nRead ); in exportToFile()
151 ::rtl_copyMemory( bytes.getArray() + nPos, readBytes.getConstArray(), (sal_uInt32)nRead ); in exportToFile()
/aoo41x/main/xmlscript/source/xml_helper/
H A Dxml_byteseq.cxx136 sal_Int32 nPos = _seq->getLength(); in writeBytes() local
137 _seq->realloc( nPos + rData.getLength() ); in writeBytes()
138 ::rtl_copyMemory( (char *)_seq->getArray() + nPos, in writeBytes()
H A Dxml_element.cxx59 for ( size_t nPos = 0; nPos < _subElems.size(); ++nPos ) in dumpSubElements() local
85 OUString XMLElement::getNameByIndex( sal_Int16 nPos ) in getNameByIndex() argument
88 OSL_ASSERT( (size_t)nPos < _attrNames.size() ); in getNameByIndex()
89 return _attrNames[ nPos ]; in getNameByIndex()
95 OSL_ASSERT( (size_t)nPos < _attrNames.size() ); in getTypeByIndex()
96 static_cast<void>(nPos); in getTypeByIndex()
111 OSL_ASSERT( (size_t)nPos < _attrNames.size() ); in getValueByIndex()
112 return _attrValues[ nPos ]; in getValueByIndex()
118 for ( size_t nPos = 0; nPos < _attrNames.size(); ++nPos ) in getValueByName() local
120 if (_attrNames[ nPos ] == rName) in getValueByName()
[all …]
H A Dxml_impctx.cxx419 for ( sal_Int16 nPos = 0; nPos < nAttributes; ++nPos ) in ExtendedAttributes() local
421 m_pValues[ nPos ] = xAttributeList->getValueByIndex( nPos ); in ExtendedAttributes()
455 for ( sal_Int32 nPos = names.getLength(); nPos--; ) in supportsService() local
578 for ( nPos = 0; nPos < nAttribs; ++nPos ) in startElement()
584 pQNames[ nPos ] = xAttribs->getNameByIndex( nPos ); in startElement()
614 for ( nPos = 0; nPos < nAttribs; ++nPos ) in startElement()
637 pUids[ nPos ] = getUidByPrefix( pPrefixes[ nPos ] ); in startElement()
718 for ( sal_Int32 nPos = pEntry->m_prefixes.size(); nPos--; ) in endElement() local
775 for ( sal_Int32 nPos = m_nAttributes; nPos--; ) in getIndexByQName() local
836 for ( sal_Int32 nPos = m_nAttributes; nPos--; ) in getIndexByUidName() local
[all …]
/aoo41x/main/xmlscript/inc/xmlscript/
H A Dxml_helper.hxx100 virtual ::rtl::OUString SAL_CALL getNameByIndex( sal_Int16 nPos )
102 virtual ::rtl::OUString SAL_CALL getTypeByIndex( sal_Int16 nPos )
106 virtual ::rtl::OUString SAL_CALL getValueByIndex( sal_Int16 nPos )
/aoo41x/main/xmloff/source/transform/
H A DTransformerBase.cxx502 nPos = sRelPath.indexOf( '/', nPos + 1 ); in initialize()
924 while( nPos && rValue[nPos-1] <= ' ' ) in ReplaceSingleInchWithIn()
925 --nPos; in ReplaceSingleInchWithIn()
927 ('c'==rValue[nPos-2] || 'C'==rValue[nPos-2]) && in ReplaceSingleInchWithIn()
928 ('h'==rValue[nPos-1] || 'H'==rValue[nPos-1]) ) in ReplaceSingleInchWithIn()
968 ++nPos; in ReplaceInchWithIn()
979 while( nPos && rValue[nPos-1] <= ' ' ) in ReplaceSingleInWithInch()
980 --nPos; in ReplaceSingleInWithInch()
987 nPos -= 2; in ReplaceSingleInWithInch()
1019 ++nPos; in ReplaceInWithInch()
[all …]
H A DOasis2OOo.cxx1551 sal_Int32 nPos = rChars.toInt32(); in Characters() local
1552 if (m_bIsCursorX && nPos > 255) in Characters()
1553 nPos = 255; in Characters()
1554 else if (m_bIsCursorY && nPos > 31999) in Characters()
1555 nPos = 31999; in Characters()
1557 sChars = ::rtl::OUString::valueOf(nPos); in Characters()
H A DFormPropOASISTContext.cxx52 sal_Int32 nPos = 0; in GetValueType() local
56 while( nPos < nLen && sal_Unicode(' ') == rValue[nPos] ) in GetValueType()
57 nPos++; in GetValueType()
59 if( nPos < nLen && sal_Unicode('-') == rValue[nPos] ) in GetValueType()
62 nPos++; in GetValueType()
67 while( nPos < nLen && in GetValueType()
69 sal_Unicode('9') >= rValue[nPos] ) in GetValueType()
74 nPos++; in GetValueType()
78 while( nPos < nLen && sal_Unicode(' ') == rValue[nPos] ) in GetValueType()
79 nPos++; in GetValueType()
[all …]
/aoo41x/main/xmloff/source/text/
H A Dtxtparae.cxx2566 sal_Int32 nPos = 0; in addTextFrameAttributes() local
2567 rPropSet->getPropertyValue( sHoriOrientPosition ) >>= nPos; in addTextFrameAttributes()
2583 sal_Int32 nPos = 0; in addTextFrameAttributes() local
2584 rPropSet->getPropertyValue( sVertOrientPosition ) >>= nPos; in addTextFrameAttributes()
3334 for( sal_Int32 nPos = 0; nPos < nEndPos; nPos++ ) in exportText() local
3336 sal_Unicode cChar = rText[nPos]; in exportText()
3375 if( nPos > nExpStartPos && !bExpCharAsText ) in exportText()
3380 nExpStartPos = nPos; in exportText()
3388 DBG_ASSERT( nExpStartPos == nPos, " pending characters" ); in exportText()
3438 DBG_ASSERT( nExpStartPos == nPos, "wrong export start pos" ); in exportText()
[all …]
H A Dtxtparai.cxx278 for(sal_uInt16 nPos = 0; nPos < nCount; nPos++) in XMLEndReferenceContext_Impl() local
280 XMLHint_Impl *pHint = rHints[nPos]; in XMLEndReferenceContext_Impl()
1176 for(sal_uInt16 nPos = 0; nPos < nCount; nPos++) in StartElement() local
1178 XMLHint_Impl *pHint = rHints[nPos]; in StartElement()
H A Dtxtfldi.cxx2826 sal_Int32 nPos = sMacro.getLength() + 1; // the loop starts with nPos-- in PrepareField() local
2828 for( sal_Int32 i = 0; (i < 3) && (nPos > 0); i++ ) in PrepareField()
2830 nPos--; in PrepareField()
2831 while ( (pBuf[nPos] != '.') && (nPos > 0) ) in PrepareField()
2832 nPos--; in PrepareField()
2835 if (nPos > 0) in PrepareField()
2837 sLibraryName = sMacro.copy(0, nPos); in PrepareField()
2838 sMacroName = sMacro.copy(nPos+1); in PrepareField()
H A DXMLTextColumnsContext.cxx141 sal_Int32 nPos = rValue.indexOf( (sal_Unicode)'*' ); in XMLTextColumnContext_Impl() local
142 if( nPos != -1 && nPos+1 == rValue.getLength() ) in XMLTextColumnContext_Impl()
144 OUString sTmp( rValue.copy( 0, nPos ) ); in XMLTextColumnContext_Impl()
H A DXMLTextListAutoStylePool.cxx63 sal_uInt32 nPos; member in XMLTextListAutoStylePoolEntry_Impl
70 sal_uInt32 nPos,
79 nPos( 0 ), in XMLTextListAutoStylePoolEntry_Impl()
93 nPos( 0 ), in XMLTextListAutoStylePoolEntry_Impl()
112 nPos( nP ), in XMLTextListAutoStylePoolEntry_Impl()
210 sal_uLong nPos; in Find() local
218 for( nPos = 0; nPos < nCount; nPos++ ) in Find()
223 return nPos; in Find()
228 return nPos; in Find()
241 if( nPos != (sal_uInt32)-1 ) in Add()
[all …]
/aoo41x/main/xmloff/source/style/
H A Dxmlstyle.cxx383 sal_uLong nPos = 0; in FindStyleChildContext() local
384 if( pIndices->Seek_Entry( &aIndex, &nPos ) ) in FindStyleChildContext()
385 pStyle = pIndices->GetObject( nPos )->GetStyle(); in FindStyleChildContext()
H A Dxmlnumfi.cxx849 if ( nPos >= 0 ) 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()
864 if ( nPos > 0 ) in lcl_EnquoteIfNecessary()
873 rContent.insert( nPos, (sal_Unicode) '"' ); in lcl_EnquoteIfNecessary()
893 sal_Int32 nPos = 0; in lcl_EnquoteIfNecessary() local
899 nPos += aInsert.getLength(); in lcl_EnquoteIfNecessary()
901 ++nPos; in lcl_EnquoteIfNecessary()
1340 for (sal_uInt16 nPos=0; nPos<nCount; nPos++) in GetDefaultDateFormat() local
2213 if ( nPos >= 0 ) in AddCondition()
[all …]
H A Dxmlnumi.cxx521 pProps[nPos].Name = in GetProperties()
535 pProps[nPos].Name = in GetProperties()
541 pProps[nPos].Name = in GetProperties()
545 pProps[nPos].Name = in GetProperties()
572 pProps[nPos].Name = in GetProperties()
613 pProps[nPos].Name = in GetProperties()
641 pProps[nPos].Name = in GetProperties()
645 pProps[nPos].Name = in GetProperties()
652 pProps[nPos].Name = in GetProperties()
656 pProps[nPos].Name = in GetProperties()
[all …]
H A Dxmlnumfe.cxx824 if ( nPos != STRING_NOTFOUND ) in WriteTextWithCurrency_Impl()
828 sal_Int32 nCont = nPos + nCurLen; in WriteTextWithCurrency_Impl()
831 if ( nPos > 0 ) in WriteTextWithCurrency_Impl()
902 sal_uInt16 nPos = 0; in lcl_IsDefaultDateFormat() local
945 ++nPos; in lcl_IsDefaultDateFormat()
1179 sal_uInt16 nPos = 0; in ExportPart_Impl() local
1235 ++nPos; in ExportPart_Impl()
1246 nPos = 0; in ExportPart_Impl()
1282 ++nPos; in ExportPart_Impl()
1291 nPos = 0; in ExportPart_Impl()
[all …]

Completed in 201 milliseconds

12345678910>>...75