Home
last modified time | relevance | path

Searched refs:pLookup (Results 1 – 9 of 9) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dpushbuttonnavigation.cxx65 const sal_Char** pLookup = pNavigationURLs; in lcl_getNavigationURLIndex() local
66 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() local
78 while ( _nButtonTypeIndex-- && *pLookup++ ) in lcl_getNavigationURL()
80 OSL_ENSURE( *pLookup, "lcl_getNavigationURL: invalid index!" ); in lcl_getNavigationURL()
81 return *pLookup; in lcl_getNavigationURL()
/trunk/main/comphelper/source/property/
H A Dpropertystatecontainer.cxx114 const ::rtl::OUString* pLookup = _rPropertyNames.getConstArray(); in getPropertyStates() local
115 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()
H A Dpropagg.cxx272 const ::rtl::OUString* pLookup = _rPropNames.getConstArray(); in fillHandles() local
274 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()
/trunk/main/forms/source/richtext/
H A Dspecialdispatchers.cxx172 const PropertyValue* pLookup = _rArguments.getConstArray(); in convertDispatchArgsToItem() local
174 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()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx804 const sal_Char** pLookup = pTranslations; in lcl_getCollationForLocale() local
805 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()
/trunk/main/sc/source/ui/unoobj/
H A Dcelllistsource.cxx193 const ::rtl::OUString* pLookup = aSupportedServices.getConstArray(); in supportsService() local
195 while ( pLookup != pLookupEnd ) in supportsService()
196 if ( *pLookup++ == _rServiceName ) in supportsService()
H A Dcellvaluebinding.cxx490 const ::rtl::OUString* pLookup = aSupportedServices.getConstArray(); in supportsService() local
492 while ( pLookup != pLookupEnd ) in supportsService()
493 if ( *pLookup++ == _rServiceName ) in supportsService()
/trunk/main/svl/source/undo/
H A Dundo.cxx1068 SfxUndoArray* pLookup( m_pData->pActUndoArray ); in GetListActionDepth() local
1069 while ( pLookup != m_pData->pUndoArray ) in GetListActionDepth()
1071 pLookup = pLookup->pFatherUndoArray; in GetListActionDepth()
/trunk/main/basic/source/classes/
H A Dsb.cxx2004 SbxObject* pLookup = pBasic->GetParent(); in GetModelFromBasic() local
2005 while ( pLookup && !pThisComponent ) in GetModelFromBasic()
2007 pThisComponent = pLookup->Find( sThisComponent, SbxCLASS_OBJECT ); in GetModelFromBasic()
2008 pLookup = pLookup->GetParent(); in GetModelFromBasic()

Completed in 65 milliseconds