Home
last modified time | relevance | path

Searched refs:pBegin (Results 1 – 25 of 74) sorted by path

123

/trunk/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx461 ::sal_Int32 * pBegin, ::sal_Int32 * pEnd);
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx904 ::sal_Int32 * pBegin, in retrieveParagraphSelection() argument
918 *pBegin = nNumber > aMinPaM.GetPara() in retrieveParagraphSelection()
928 ::std::swap( *pBegin, *pEnd ); in retrieveParagraphSelection()
932 *pBegin = 0; in retrieveParagraphSelection()
/trunk/main/chart2/source/model/main/
H A DAxis.cxx280 const lcl_tSubGridType * pBegin = rSource.getConstArray(); in lcl_CloneSubGrids() local
281 const lcl_tSubGridType * pEnd = pBegin + rSource.getLength(); in lcl_CloneSubGrids()
288 for( const lcl_tSubGridType * pIt = pBegin; pIt != pEnd; ++pIt ) in lcl_CloneSubGrids()
/trunk/main/chart2/source/tools/
H A DDataSeriesHelper.cxx228 const Reference< chart2::data::XLabeledDataSequence > * pBegin = aLabeledSeq.getConstArray(); in getDataSequenceByRole() local
229 const Reference< chart2::data::XLabeledDataSequence > * pEnd = pBegin + aLabeledSeq.getLength(); in getDataSequenceByRole()
231 ::std::find_if( pBegin, pEnd, lcl_MatchesRole( aRole, bMatchPrefix )); in getDataSequenceByRole()
/trunk/main/connectivity/source/commontools/
H A DConnectionWrapper.cxx224 PropertyValue* pBegin = _rInfo.getArray(); in createUniqueId() local
225 PropertyValue* pEnd = pBegin + _rInfo.getLength(); in createUniqueId()
226 ::std::sort(pBegin,pEnd,TPropertyValueLessFunctor()); in createUniqueId()
228 pBegin = _rInfo.getArray(); in createUniqueId()
229 pEnd = pBegin + _rInfo.getLength(); in createUniqueId()
230 for (; pBegin != pEnd; ++pBegin) in createUniqueId()
234 if ( pBegin->Value >>= sValue ) in createUniqueId()
239 if ( pBegin->Value >>= nValue ) in createUniqueId()
244 if ( pBegin->Value >>= aSeq ) in createUniqueId()
H A DFValue.cxx1039 const sal_Int8* pBegin = aSeq.getConstArray(); in getString() local
1040 const sal_Int8* pEnd = pBegin + aSeq.getLength(); in getString()
1041 for(;pBegin != pEnd;++pBegin) in getString()
1042 sVal.append((sal_Int32)*pBegin,16); in getString()
/trunk/main/connectivity/source/drivers/adabas/
H A DBConnection.cxx76 const PropertyValue *pBegin = info.getConstArray(); in Construct() local
84 for(;pBegin != pEnd;++pBegin) in Construct()
86 if ( !pBegin->Name.compareToAscii("Timeout") ) in Construct()
87 pBegin->Value >>= nTimeout; in Construct()
88 else if(!pBegin->Name.compareToAscii("user")) in Construct()
89 pBegin->Value >>= aUID; in Construct()
90 else if(!pBegin->Name.compareToAscii("password")) in Construct()
91 pBegin->Value >>= aPWD; in Construct()
92 else if(!pBegin->Name.compareToAscii("HostName")) in Construct()
93 pBegin->Value >>= sHostName; in Construct()
[all …]
/trunk/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx944 const Any* pBegin = rows.getConstArray(); in deleteRows() local
945 const Any* pEnd = pBegin + rows.getLength(); in deleteRows()
946 for(sal_Int32 i=0;pBegin != pEnd ;++pBegin,++i) in deleteRows()
948 *pBegin >>= nPos; in deleteRows()
H A DAolevariant.cxx191 const sal_Int8* pBegin = x.getConstArray(); in OLEVariant() local
192 const sal_Int8* pEnd = pBegin + x.getLength(); in OLEVariant()
194 for(sal_Int32 i=0;pBegin != pEnd;++i,++pBegin) in OLEVariant()
196 sal_Int32 nData = *pBegin; in OLEVariant()
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx685 const Type* pBegin = aTypes.getConstArray(); in getTypes() local
686 const Type* pEnd = pBegin + aTypes.getLength(); in getTypes()
687 for(;pBegin != pEnd;++pBegin) in getTypes()
689 if(!( *pBegin == ::getCppuType((const Reference<XKeysSupplier>*)0) || in getTypes()
690 *pBegin == ::getCppuType((const Reference<XIndexesSupplier>*)0) || in getTypes()
691 *pBegin == ::getCppuType((const Reference<XRename>*)0) || in getTypes()
692 *pBegin == ::getCppuType((const Reference<XAlterTable>*)0) || in getTypes()
693 *pBegin == ::getCppuType((const Reference<XDataDescriptorFactory>*)0))) in getTypes()
694 aOwnTypes.push_back(*pBegin); in getTypes()
/trunk/main/connectivity/source/drivers/dbase/
H A DDCode.cxx62 const ::rtl::OUString* pBegin = aSeq.getConstArray(); in OFILEOperandAttr() local
63 const ::rtl::OUString* pEnd = pBegin + aSeq.getLength(); in OFILEOperandAttr()
64 for(;pBegin != pEnd;++pBegin) in OFILEOperandAttr()
66 _xIndexes->getByName(*pBegin) >>= xIndex; in OFILEOperandAttr()
H A DDDatabaseMetaData.cxx206 const ::rtl::OUString* pBegin = aColNames.getConstArray(); in getColumns() local
207 const ::rtl::OUString* pEnd = pBegin + aColNames.getLength(); in getColumns()
209 for(sal_Int32 i=1;pBegin != pEnd;++pBegin,++i) in getColumns()
211 if(match(columnNamePattern,*pBegin,'\0')) in getColumns()
213 aRow[4] = new ORowSetValueDecorator(*pBegin); in getColumns()
215 ::cppu::extractInterface(xColumn,xColumns->getByName(*pBegin)); in getColumns()
291 const ::rtl::OUString* pBegin = aIdxNames.getConstArray(); in getIndexInfo() local
292 const ::rtl::OUString* pEnd = pBegin + aIdxNames.getLength(); in getIndexInfo()
294 for(;pBegin != pEnd;++pBegin) in getIndexInfo()
296 ::cppu::extractInterface(xIndex,xIndexes->getByName(*pBegin)); in getIndexInfo()
[all …]
H A DDTable.cxx752 const Type* pBegin = aTypes.getConstArray(); in getTypes() local
753 const Type* pEnd = pBegin + aTypes.getLength(); in getTypes()
754 for(;pBegin != pEnd;++pBegin) in getTypes()
756 if(!(*pBegin == ::getCppuType((const Reference<XKeysSupplier>*)0) || in getTypes()
758 *pBegin == ::getCppuType((const Reference<XDataDescriptorFactory>*)0))) in getTypes()
760 aOwnTypes.push_back(*pBegin); in getTypes()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNDatabaseMetaData.cxx1117 const ::rtl::OUString* pBegin = types.getConstArray(); in getTables() local
1118 const ::rtl::OUString* pEnd = pBegin + nLength; in getTables()
1119 for(;pBegin != pEnd;++pBegin) in getTables()
1121 if(*pBegin == aTable) in getTables()
/trunk/main/connectivity/source/drivers/file/
H A DFCatalog.cxx101 const Type* pBegin = aTypes.getConstArray(); in getTypes() local
102 const Type* pEnd = pBegin + aTypes.getLength(); in getTypes()
103 for(;pBegin != pEnd;++pBegin) in getTypes()
105 if(!(*pBegin == ::getCppuType((const Reference<XGroupsSupplier>*)0) || in getTypes()
106 *pBegin == ::getCppuType((const Reference<XUsersSupplier>*)0) || in getTypes()
107 *pBegin == ::getCppuType((const Reference<XViewsSupplier>*)0))) in getTypes()
109 aOwnTypes.push_back(*pBegin); in getTypes()
H A DFDatabaseMetaData.cxx203 const ::rtl::OUString* pBegin = types.getConstArray(); in getTables() local
204 const ::rtl::OUString* pEnd = pBegin + nLength; in getTables()
205 for(;pBegin != pEnd;++pBegin) in getTables()
207 if(*pBegin == aTable) in getTables()
420 const ::rtl::OUString* pBegin = aNames.getConstArray(); in getTablePrivileges() local
421 const ::rtl::OUString* pEnd = pBegin + aNames.getLength(); in getTablePrivileges()
422 for(;pBegin != pEnd;++pBegin) in getTablePrivileges()
424 if(match(tableNamePattern,pBegin->getStr(),'\0')) in getTablePrivileges()
428 aRow[2] = new ORowSetValueDecorator(*pBegin); in getTablePrivileges()
434 ::cppu::extractInterface(xTable,xNames->getByName(*pBegin)); in getTablePrivileges()
H A DFResultSet.cxx1781 const ::rtl::OUString* pBegin = aSelectColumns.getConstArray(); in setBoundedColumns() local
1782 const ::rtl::OUString* pEnd = pBegin + aSelectColumns.getLength(); in setBoundedColumns()
1783 for(sal_Int32 i=0;pBegin != pEnd;++pBegin,++i) in setBoundedColumns()
1785 if ( aCase(*pBegin, sSelectColumnRealName) ) in setBoundedColumns()
H A DFStatement.cxx609 const ::rtl::OUString* pBegin = aNames.getConstArray(); in GetAssignValues() local
610 const ::rtl::OUString* pEnd = pBegin + aNames.getLength(); in GetAssignValues()
611 for (; pBegin != pEnd; ++pBegin) in GetAssignValues()
612 aColumnNameList.push_back(*pBegin); in GetAssignValues()
/trunk/main/connectivity/source/drivers/flat/
H A DEConnection.cxx78 const PropertyValue *pBegin = info.getConstArray(); in construct() local
80 for(;pBegin != pEnd;++pBegin) in construct()
82 if(!pBegin->Name.compareToAscii("HeaderLine")) in construct()
83 OSL_VERIFY( pBegin->Value >>= m_bHeaderLine ); in construct()
84 else if(!pBegin->Name.compareToAscii("FieldDelimiter")) in construct()
87 OSL_VERIFY( pBegin->Value >>= aVal ); in construct()
90 else if(!pBegin->Name.compareToAscii("StringDelimiter")) in construct()
93 OSL_VERIFY( pBegin->Value >>= aVal ); in construct()
99 OSL_VERIFY( pBegin->Value >>= aVal ); in construct()
105 OSL_VERIFY( pBegin->Value >>= aVal ); in construct()
[all …]
H A DEDatabaseMetaData.cxx200 const ::rtl::OUString* pBegin = aColNames.getConstArray(); in getColumns() local
201 const ::rtl::OUString* pEnd = pBegin + aColNames.getLength(); in getColumns()
203 for(sal_Int32 i=1;pBegin != pEnd;++pBegin,++i) in getColumns()
205 if(match(columnNamePattern,*pBegin,'\0')) in getColumns()
207 aRow[4] = new ORowSetValueDecorator(*pBegin); in getColumns()
209 ::cppu::extractInterface(xColumn,xColumns->getByName(*pBegin)); in getColumns()
H A DEResultSet.cxx92 const Type* pBegin = aTypes.getConstArray(); in getTypes() local
93 const Type* pEnd = pBegin + aTypes.getLength(); in getTypes()
94 for(;pBegin != pEnd;++pBegin) in getTypes()
96 if(!(*pBegin == ::getCppuType((const Reference<XDeleteRows>*)0) || in getTypes()
97 *pBegin == ::getCppuType((const Reference<XResultSetUpdate>*)0) || in getTypes()
98 *pBegin == ::getCppuType((const Reference<XRowUpdate>*)0))) in getTypes()
100 aOwnTypes.push_back(*pBegin); in getTypes()
H A DETable.cxx543 const Type* pBegin = aTypes.getConstArray(); in getTypes() local
544 const Type* pEnd = pBegin + aTypes.getLength(); in getTypes()
545 for(;pBegin != pEnd;++pBegin) in getTypes()
547 if(!(*pBegin == ::getCppuType((const Reference<XKeysSupplier>*)0) || in getTypes()
548 *pBegin == ::getCppuType((const Reference<XRename>*)0) || in getTypes()
549 *pBegin == ::getCppuType((const Reference<XIndexesSupplier>*)0) || in getTypes()
550 *pBegin == ::getCppuType((const Reference<XAlterTable>*)0) || in getTypes()
551 *pBegin == ::getCppuType((const Reference<XDataDescriptorFactory>*)0))) in getTypes()
553 aOwnTypes.push_back(*pBegin); in getTypes()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHCatalog.cxx148 const Type* pBegin = aTypes.getConstArray(); in getTypes() local
149 const Type* pEnd = pBegin + aTypes.getLength(); in getTypes()
150 for(;pBegin != pEnd;++pBegin) in getTypes()
152 if ( !(*pBegin == ::getCppuType((const Reference<XGroupsSupplier>*)0))) in getTypes()
154 aOwnTypes.push_back(*pBegin); in getTypes()
/trunk/main/connectivity/source/drivers/jdbc/
H A Dtools.cxx114 const PropertyValue* pBegin = info.getConstArray(); in createStringPropertyArray() local
115 const PropertyValue* pEnd = pBegin + info.getLength(); in createStringPropertyArray()
117 for(;pBegin != pEnd;++pBegin) in createStringPropertyArray()
123 && pBegin->Name.compareToAscii( "CharSet" ) in createStringPropertyArray()
125 && pBegin->Name.compareToAscii( "AddIndexAppendix" ) in createStringPropertyArray()
128 && pBegin->Name.compareToAscii( "EscapeDateTime" ) in createStringPropertyArray()
136 && pBegin->Name.compareToAscii( "Extension" ) in createStringPropertyArray()
138 && pBegin->Name.compareToAscii( "EnableSQL92Check" ) in createStringPropertyArray()
147 && pBegin->Name.compareToAscii( "UseJava" ) in createStringPropertyArray()
155 OSL_VERIFY( pBegin->Value >>= aStr ); in createStringPropertyArray()
[all …]
/trunk/main/connectivity/source/drivers/mysql/
H A DYCatalog.cxx156 const Type* pBegin = aTypes.getConstArray(); in getTypes() local
157 const Type* pEnd = pBegin + aTypes.getLength(); in getTypes()
158 for(;pBegin != pEnd;++pBegin) in getTypes()
160 if ( !(*pBegin == ::getCppuType((const Reference<XGroupsSupplier>*)0))) in getTypes()
162 aOwnTypes.push_back(*pBegin); in getTypes()

Completed in 154 milliseconds

123