Home
last modified time | relevance | path

Searched refs:pEnd (Results 251 – 275 of 380) sorted by relevance

1...<<111213141516

/trunk/main/sw/source/filter/rtf/
H A Drtfnum.cxx1160 sal_Bool lcl_IsExportNumRule( const SwNumRule& rRule, sal_uInt8* pEnd = 0 ) in lcl_IsExportNumRule() argument
1176 if( pEnd ) in lcl_IsExportNumRule()
1177 *pEnd = nEnd; in lcl_IsExportNumRule()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx3346 const PropertyValue* pEnd = pIter + aArgs.getLength(); in addPairControls() local
3347 for(;pIter != pEnd && !bHandleOnlyOne;++pIter) in addPairControls()
3708 const beans::Property* pEnd = pIter + aSeq.getLength(); in listen() local
3711 for(;pIter != pEnd;++pIter) in listen()
4012 const beans::PropertyValue* pEnd = pIter + _aArgs.getLength(); in createDefaultControl() local
4013 …const beans::PropertyValue* pKeyModifier = ::std::find_if(pIter,pEnd,::std::bind2nd(PropertyValueC… in createDefaultControl()
4015 …if ( pKeyModifier == pEnd || ((pKeyModifier->Value >>= nKeyModifier) && nKeyModifier == KEY_MOD1) ) in createDefaultControl()
4115 const ::rtl::OUString* pEnd = pIter + aModes.getLength(); in supportsMode() local
4116 for(;pIter != pEnd;++pIter) in supportsMode()
4121 return pIter != pEnd; in supportsMode()
/trunk/main/canvas/source/factory/
H A Dcf_service.cxx183 const OUString* const pEnd = pCurr + serviceNames.getLength(); in CanvasFactory() local
184 while( pCurr != pEnd ) in CanvasFactory()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHTable.cxx361 const Type* pEnd = pIter + aTypes.getLength(); in getTypes() local
362 for(;pIter != pEnd;++pIter) in getTypes()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx851 const char* pEnd = pStyleName + sizeof( rEnumFont.elfStyle ); in WinFont2DevFontAttributes() local
853 for(; *p && (p < pEnd); ++p ) in WinFont2DevFontAttributes()
856 if( p < pEnd ) in WinFont2DevFontAttributes()
926 const wchar_t* pEnd = pStyleName + sizeof(rEnumFont.elfStyle)/sizeof(*rEnumFont.elfStyle); in WinFont2DevFontAttributes() local
928 for(; *p && (p < pEnd); ++p ) in WinFont2DevFontAttributes()
931 if( p < pEnd ) in WinFont2DevFontAttributes()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx1277 ::std::vector< ::rtl::OUString >::const_iterator pEnd = aEnumValues.end(); in describePropertyLine()
1288 if ( pEnd > pStart ) in describePropertyLine()
1289 --pEnd; in describePropertyLine()
1293 --pEnd; in describePropertyLine()
1302 ::std::vector< ::rtl::OUString > aListEntries( pEnd - pStart ); in describePropertyLine()
1303 ::std::copy( pStart, pEnd, aListEntries.begin() ); in describePropertyLine()
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx763 SwEndNode *const pEnd = pSectNode->EndOfSectionNode(); in insertTextContentAfter() local
764 SwPosition aEnd(*pEnd); in insertTextContentAfter()
874 SwEndNode *const pEnd = pSectNode->EndOfSectionNode(); in removeTextContentAfter() local
875 const SwNodeIndex aSectIdx( *pEnd, 1 ); in removeTextContentAfter()
1001 const SwEndNode* pEnd = pStartNode->EndOfSectionNode(); in setString() local
1002 SwNodeIndex aEndIdx(*pEnd); in setString()
/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx1111 const ::rtl::OUString * pEnd = pBegin + aServiceNames.getLength(); in supportsService() local
1112 return (::std::find( pBegin, pEnd, ServiceName ) != pEnd); in supportsService()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabDatabaseMetaData.cxx977 * pEnd = p + types.getLength(); in getTables() local
979 if (p == pEnd) in getTables()
983 else while (p < pEnd) in getTables()
/trunk/main/canvas/inc/canvas/
H A Dverifyinput.hxx483 const SequenceContent* pEnd = pCurr + rSequence.getLength(); in verifyInput() local
484 while( pCurr != pEnd ) in verifyInput()
/trunk/main/basic/source/comp/
H A Dcodegen.cxx385 sal_uInt8* pEnd = pCode + m_nBytes; in visitBuffer() local
388 for( ; pCode < pEnd; ) in visitBuffer()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbfindex.cxx383 const ::rtl::OUString *pEnd = pBegin + aFolderContent.getLength(); in Init() local
385 for(;pBegin != pEnd;++pBegin) in Init()
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx1007 const GlyphItem* const pEnd = mpGlyphItems + mnGlyphCount; in GetCharWidths() local
1008 for( const GlyphItem* pG = mpGlyphItems; pG < pEnd; ++pG ) in GetCharWidths()
1028 while( (pG+1 < pEnd) && !pG[1].IsClusterStart() ) in GetCharWidths()
1050 for( const GlyphItem* pN = pG; ++pN < pEnd; ) in GetCharWidths()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx851 const ::rtl::OUString* pEnd = pIter + aColumns.getLength(); in loadData() local
853 for(;pIter != pEnd;++pIter) in loadData()
1247 const ::rtl::OUString* pEnd = pIter + aColumnNames.getLength(); in alterColumns() local
1248 for(;pIter != pEnd;++pIter) in alterColumns()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx424 const ::rtl::OUString* pEnd = pIter + aNames.getLength(); in loadTableData() local
426 for(sal_uInt16 j=0;pIter != pEnd;++pIter,++j) in loadTableData()
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.cxx86 const OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
87 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) {} in supportsService()
89 return (pSupported != pEnd); in supportsService()
H A Dmysqlc_connection.cxx157 const PropertyValue *pEnd = pIter + info.getLength(); in construct() local
163 for (;pIter != pEnd;++pIter) { in construct()
/trunk/main/oox/source/drawingml/chart/
H A Dtypegroupconverter.cxx95 const TypeGroupInfo* pEnd = STATIC_ARRAY_END( spTypeInfos ); in lclGetTypeInfoFromTypeId() local
96 for( const TypeGroupInfo* pIt = spTypeInfos; pIt != pEnd; ++pIt ) in lclGetTypeInfoFromTypeId()
/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx1881 const SwLayoutFrm* pEnd = pTmpEndFrm ? pTmpEndFrm->GetUpper() : 0; in MakeTblCrsrs() local
1883 ASSERT( pStart && pEnd, "MakeTblCrsrs: Good to have the code robust here!" ) in MakeTblCrsrs()
1889 if ( pStart && pEnd && pStart->IsValid() && pEnd->IsValid()) in MakeTblCrsrs()
1892 ::MakeSelUnions( aUnions, pStart, pEnd ); in MakeTblCrsrs()
/trunk/main/tools/source/stream/
H A Dstream.cxx1655 for (sal_Unicode *pEnd = pStr + nLen; pStr < pEnd; pStr++) in ReadByteString() local
1700 const sal_Unicode *pEnd = pStr + nLen; in WriteByteString() local
1702 for (; pStr < pEnd; pStr++) in WriteByteString()
/trunk/main/sw/source/filter/ww8/
H A Drtfexport.cxx209 static bool IsExportNumRule( const SwNumRule& rRule, sal_uInt8* pEnd = 0 ) in IsExportNumRule() argument
225 if( pEnd ) in IsExportNumRule()
226 *pEnd = nEnd; in IsExportNumRule()
/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx687 const OUString* pEnd = pBegin + aStringList.getLength(); in XclExpTbxControlObj() local
688 const OUString* pString = ::std::find( pBegin, pEnd, aDefText ); in XclExpTbxControlObj()
689 if( pString != pEnd ) in XclExpTbxControlObj()
/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx304 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
305 for ( ; pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported ) in supportsService()
308 return pSupported != pEnd; in supportsService()
/trunk/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx393 const beans::PropertyValue* pEnd = pIter + rArgs.getLength(); in execute() local
395 … pIter, pEnd, ::std::bind2nd( PropertyValueCompare(), boost::cref( sKeyModifier ) ) ); in execute()
/trunk/main/chart2/source/model/main/
H A DAxis.cxx281 const lcl_tSubGridType * pEnd = pBegin + rSource.getLength(); in lcl_CloneSubGrids() local
288 for( const lcl_tSubGridType * pIt = pBegin; pIt != pEnd; ++pIt ) in lcl_CloneSubGrids()

Completed in 274 milliseconds

1...<<111213141516