Home
last modified time | relevance | path

Searched refs:pPropTable (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sw/source/filter/html/
H A Dsvxcss1.cxx888 sal_Bool SvxCSS1Parser::GetEnum( const CSS1PropertyEnum *pPropTable, in GetEnum() argument
893 while( pPropTable->pName ) in GetEnum()
895 if( !rValue.EqualsIgnoreCaseAscii( pPropTable->pName ) ) in GetEnum()
896 pPropTable++; in GetEnum()
901 if( pPropTable->pName ) in GetEnum()
902 rEnum = pPropTable->nEnum; in GetEnum()
904 return (pPropTable->pName != 0); in GetEnum()
H A Dsvxcss1.hxx306 static sal_Bool GetEnum( const CSS1PropertyEnum *pPropTable,

Completed in 22 milliseconds