Searched refs:pEx (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/extensions/test/sax/ |
H A D | testsax.cxx | 762 SAXParseException *pEx; in testFile() local 764 pEx = ( SAXParseException * ) any.get(); in testFile() 765 printf( "%s\n" , UStringToString( pEx->Message , CHARSET_SYSTEM ).GetStr() ); in testFile() 766 any = pEx->WrappedException; in testFile() 823 SAXParseException *pEx; in testPerformance() local 825 pEx = ( SAXParseException * ) any.get(); in testPerformance() 826 printf( "%s\n" , UStringToString( pEx->Message , CHARSET_SYSTEM ).GetStr() ); in testPerformance() 827 any = pEx->WrappedException; in testPerformance()
|
/aoo42x/main/sax/test/sax/ |
H A D | testsax.cxx | 688 SAXParseException *pEx; in testFile() local 690 pEx = ( SAXParseException * ) any.getValue(); in testFile() 691 OString o1 = OUStringToOString(pEx->Message, RTL_TEXTENCODING_UTF8 ); in testFile() 693 any = pEx->WrappedException; in testFile()
|
/aoo42x/main/sd/source/filter/eppt/ |
H A D | eppt.hxx | 321 …void Write( SvStream& rSt, PptEscherEx* pEx, sal_uInt16 nLev, sal_Bool bFirst, sal_Bool bSimpleTex… 362 …void Write( SvStream& rSt, PptEscherEx* pEx, sal_uInt16 nLev, sal_Bool bFirst, sal_Bool bSimpleTex…
|
Completed in 23 milliseconds