Searched refs:ppcPropNames (Results 1 – 2 of 2) sorted by relevance
307 ScfPropSetHelper::ScfPropSetHelper( const sal_Char* const* ppcPropNames ) : in ScfPropSetHelper() argument310 DBG_ASSERT( ppcPropNames, "ScfPropSetHelper::ScfPropSetHelper - no strings found" ); in ScfPropSetHelper()316 for( size_t nVecIdx = 0; *ppcPropNames; ++ppcPropNames, ++nVecIdx ) in ScfPropSetHelper()318 OUString aPropName = OUString::createFromAscii( *ppcPropNames ); in ScfPropSetHelper()
260 explicit ScfPropSetHelper( const sal_Char* const* ppcPropNames );
Completed in 16 milliseconds