Home
last modified time | relevance | path

Searched refs:pEx (Results 1 – 3 of 3) sorted by path

/trunk/main/extensions/test/sax/
H A Dtestsax.cxx762 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()
/trunk/main/sax/test/sax/
H A Dtestsax.cxx688 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()
/trunk/main/sd/source/filter/eppt/
H A Deppt.hxx321 …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