Home
last modified time | relevance | path

Searched refs:ppNames (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx1348 for( const char** ppNames = &aGlyphFallbackList[0];; ++ppNames ) in InitGenericGlyphFallback() local
1351 …if( !**ppNames ) // #i46456# check for empty string, i.e., deref string itself not only ptr to … in InitGenericGlyphFallback()
1356 if( !ppNames[1] ) in InitGenericGlyphFallback()
1363 String aTokenName( *ppNames, RTL_TEXTENCODING_UTF8 ); in InitGenericGlyphFallback()
1379 bHasEudc = !strncmp( *ppNames, "eudc", 5 ); in InitGenericGlyphFallback()
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx242 void SdOptionsLayout::GetPropNameArray( const char**& ppNames, sal_uLong& rCount ) const in GetPropNameArray() argument
269 ppNames = aPropNamesMetric; in GetPropNameArray()
271 ppNames = aPropNamesNonMetric; in GetPropNameArray()
411 ppNames = aPropNames; in GetPropNameArray()
598 ppNames = aPropNames; in GetPropNameArray()
907 ppNames = aPropNames; in GetPropNameArray()
1065 ppNames = aPropNames; in GetPropNameArray()
1187 ppNames = aPropNamesMetric; in GetPropNameArray()
1189 ppNames = aPropNamesNonMetric; in GetPropNameArray()
1402 ppNames = aImpressPropNames; in GetPropNameArray()
[all …]
/trunk/main/sw/source/filter/basflt/
H A Dfltini.cxx390 SwFilterOptions::SwFilterOptions( sal_uInt16 nCnt, const sal_Char** ppNames, in SwFilterOptions() argument
394 GetValues( nCnt, ppNames, pValues ); in SwFilterOptions()
397 void SwFilterOptions::GetValues( sal_uInt16 nCnt, const sal_Char** ppNames, in GetValues() argument
405 pNames[ n ] = OUString::createFromAscii( ppNames[ n ] ); in GetValues()
/trunk/main/sw/inc/
H A Dswfltopt.hxx31 SwFilterOptions( sal_uInt16 nCnt, const sal_Char** ppNames,
34 void GetValues( sal_uInt16 nCnt, const sal_Char** ppNames,
/trunk/main/stoc/source/corereflection/
H A Dcrcomp.cxx376 rtl_uString ** ppNames = pCompTypeDescr->ppMemberNames; in getFields() local
386 OUString aName( ppNames[nPos] ); in getFields()
/trunk/main/sd/source/ui/inc/
H A Doptsitem.hxx116 virtual void GetPropNameArray( const char**& ppNames, sal_uLong& rCount ) const = 0;
154 virtual void GetPropNameArray( const char**& ppNames, sal_uLong& rCount ) const;
209 virtual void GetPropNameArray( const char**& ppNames, sal_uLong& rCount ) const;
292 virtual void GetPropNameArray( const char**& ppNames, sal_uLong& rCount ) const;
425 virtual void GetPropNameArray( const char**& ppNames, sal_uLong& rCount ) const;
491 virtual void GetPropNameArray( const char**& ppNames, sal_uLong& rCount ) const;
516 virtual void GetPropNameArray( const char**& ppNames, sal_uLong& rCount ) const;
594 virtual void GetPropNameArray( const char**& ppNames, sal_uLong& rCount ) const;
/trunk/main/cppuhelper/source/
H A Dservicefactory.cxx67 char const * const * ppNames /* lib, implname, ..., 0 */,
H A Dbootstrap.cxx122 char const * const * ppNames /* lib, implname, ..., 0 */, in addFactories() argument
132 while (*ppNames) in addFactories()
134 OUString lib( OUString::createFromAscii( *ppNames++ ) ); in addFactories()
135 OUString implName( OUString::createFromAscii( *ppNames++ ) ); in addFactories()
147 stderr, "> implementation %s supports: ", ppNames[ -1 ] ); in addFactories()
162 ppNames[ -1 ] ); in addFactories()
171 buf.append( ppNames[ -2 ] ); in addFactories()

Completed in 107 milliseconds