Searched refs:pLookup (Results 1 – 9 of 9) sorted by relevance
65 const sal_Char** pLookup = pNavigationURLs; in lcl_getNavigationURLIndex() local66 while ( *pLookup ) in lcl_getNavigationURLIndex()68 if ( _rNavURL.equalsAscii( *pLookup ) ) in lcl_getNavigationURLIndex()69 return pLookup - pNavigationURLs; in lcl_getNavigationURLIndex()70 ++pLookup; in lcl_getNavigationURLIndex()77 const sal_Char** pLookup = pNavigationURLs; in lcl_getNavigationURL() local78 while ( _nButtonTypeIndex-- && *pLookup++ ) in lcl_getNavigationURL()80 OSL_ENSURE( *pLookup, "lcl_getNavigationURL: invalid index!" ); in lcl_getNavigationURL()81 return *pLookup; in lcl_getNavigationURL()
114 const ::rtl::OUString* pLookup = _rPropertyNames.getConstArray(); in getPropertyStates() local115 const ::rtl::OUString* pLookupEnd = pLookup + nProperties; in getPropertyStates()125 for ( ; ( pAllProperties != pAllPropertiesEnd ) && ( pLookup != pLookupEnd ); ++pAllProperties ) in getPropertyStates()132 if ( pAllProperties->Name.equals( *pLookup ) ) in getPropertyStates()134 *pStates++ = getPropertyState( *pLookup ); in getPropertyStates()135 ++pLookup; in getPropertyStates()139 if ( pLookup != pLookupEnd ) in getPropertyStates()142 …throw UnknownPropertyException( lcl_getUnknownPropertyErrorMessage( *pLookup ), static_cast< XProp… in getPropertyStates()
272 const ::rtl::OUString* pLookup = _rPropNames.getConstArray(); in fillHandles() local274 for (; pLookup < pEnd; ++pLookup) in fillHandles()276 const ::rtl::OUString* pCompare = pLookup + 1; in fillHandles()280 …OSL_ENSURE(pLookup->compareTo(*pCompare) < 0, "OPropertyArrayAggregationHelper::fillHandles : prop… in fillHandles()
172 const PropertyValue* pLookup = _rArguments.getConstArray(); in convertDispatchArgsToItem() local174 while ( pLookup != pLookupEnd ) in convertDispatchArgsToItem()176 if ( pLookup->Name.equalsAscii( "Enable" ) ) in convertDispatchArgsToItem()178 ++pLookup; in convertDispatchArgsToItem()180 if ( pLookup != pLookupEnd ) in convertDispatchArgsToItem()183 OSL_VERIFY( pLookup->Value >>= bEnable ); in convertDispatchArgsToItem()
804 const sal_Char** pLookup = pTranslations; in lcl_getCollationForLocale() local805 for ( ; *pLookup; pLookup +=2 ) in lcl_getCollationForLocale()808 … while ( (*pLookup)[ nCompareUntil ] != nCompareTermination && (*pLookup)[ nCompareUntil ] != 0 ) in lcl_getCollationForLocale()811 if ( sLocaleString.equalsAsciiL( *pLookup, nCompareUntil ) ) in lcl_getCollationForLocale()812 return *( pLookup + 1 ); in lcl_getCollationForLocale()
193 const ::rtl::OUString* pLookup = aSupportedServices.getConstArray(); in supportsService() local195 while ( pLookup != pLookupEnd ) in supportsService()196 if ( *pLookup++ == _rServiceName ) in supportsService()
490 const ::rtl::OUString* pLookup = aSupportedServices.getConstArray(); in supportsService() local492 while ( pLookup != pLookupEnd ) in supportsService()493 if ( *pLookup++ == _rServiceName ) in supportsService()
1060 SfxUndoArray* pLookup( m_pData->pActUndoArray ); in GetListActionDepth() local1061 while ( pLookup != m_pData->pUndoArray ) in GetListActionDepth()1063 pLookup = pLookup->pFatherUndoArray; in GetListActionDepth()
2004 SbxObject* pLookup = pBasic->GetParent(); in GetModelFromBasic() local2005 while ( pLookup && !pThisComponent ) in GetModelFromBasic()2007 pThisComponent = pLookup->Find( sThisComponent, SbxCLASS_OBJECT ); in GetModelFromBasic()2008 pLookup = pLookup->GetParent(); in GetModelFromBasic()
Completed in 155 milliseconds