Searched refs:pConverter (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/sal/textenc/ |
| H A D | textcvt.c | 126 const ImplTextConverter* pConverter = (const ImplTextConverter*)hConverter; in rtl_createTextToUnicodeContext() local 127 if ( !pConverter ) in rtl_createTextToUnicodeContext() 129 else if ( pConverter->mpCreateTextToUnicodeContext ) in rtl_createTextToUnicodeContext() 130 return (rtl_TextToUnicodeContext)pConverter->mpCreateTextToUnicodeContext(); in rtl_createTextToUnicodeContext() 140 const ImplTextConverter* pConverter = (const ImplTextConverter*)hConverter; in rtl_destroyTextToUnicodeContext() local 141 if ( pConverter && hContext && pConverter->mpDestroyTextToUnicodeContext ) in rtl_destroyTextToUnicodeContext() 142 pConverter->mpDestroyTextToUnicodeContext( (void*)hContext ); in rtl_destroyTextToUnicodeContext() 150 const ImplTextConverter* pConverter = (const ImplTextConverter*)hConverter; in rtl_resetTextToUnicodeContext() local 151 if ( pConverter && hContext && pConverter->mpResetTextToUnicodeContext ) in rtl_resetTextToUnicodeContext() 152 pConverter->mpResetTextToUnicodeContext( (void*)hContext ); in rtl_resetTextToUnicodeContext() [all …]
|
| /AOO41X/main/editeng/source/items/ |
| H A D | numitem.cxx | 299 FontToSubsFontConverter pConverter = in SvxNumberFormat() local 302 if(pConverter) in SvxNumberFormat() 304 cBullet = ConvertFontToSubsFontChar(pConverter, cBullet); in SvxNumberFormat() 305 String sFontName = GetFontToSubsFontName(pConverter); in SvxNumberFormat() 307 DestroyFontToSubsFontConverter(pConverter); in SvxNumberFormat() 330 SvStream& SvxNumberFormat::Store(SvStream &rStream, FontToSubsFontConverter pConverter) in Store() argument 332 if(pConverter && pBulletFont) in Store() 334 cBullet = ConvertFontToSubsFontChar(pConverter, cBullet); in Store() 335 String sFontName = GetFontToSubsFontName(pConverter); in Store() 913 FontToSubsFontConverter pConverter = 0; in Store() local [all …]
|
| /AOO41X/main/svl/source/numbers/ |
| H A D | zforlist.cxx | 673 SvNumberFormatter* pConverter = NULL; in Load() local 726 if ( !pConverter ) in Load() 727 pConverter = new SvNumberFormatter( xServiceManager, eSysLang ); in Load() 729 rStream, aHdr, pConverter, *pStringScanner ); in Load() 733 pEntry->ConvertLanguage( *pConverter, in Load() 747 pEntry->ConvertLanguage( *pConverter, in Load() 765 if ( !pConverter ) in Load() 766 pConverter = new SvNumberFormatter( xServiceManager, eSysLang ); in Load() 777 pEntry->ConvertLanguage( *pConverter, in Load() 782 pEntry->ConvertLanguage( *pConverter, in Load() [all …]
|
| /AOO41X/main/dbaccess/source/ui/dlg/ |
| H A D | adminpages.cxx | 322 const Window* pConverter = _rControl.GetParent(); in positionBelow() local 323 …Size aOffset = pConverter->LogicToPixel( Size( _nIndentAppFont, ( _eRelation == RelatedControls ? … in positionBelow()
|
| /AOO41X/main/editeng/inc/editeng/ |
| H A D | numitem.hxx | 181 SvStream& Store(SvStream &rStream, FontToSubsFontConverter pConverter);
|
| /AOO41X/main/svl/inc/svl/ |
| H A D | zformat.hxx | 231 SvNumberFormatter* pConverter, ImpSvNumberInputScan& rISc );
|