Home
last modified time | relevance | path

Searched refs:rMgr (Results 1 – 25 of 43) sorted by last modified time

12

/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx548 ::svl::IUndoManager& rMgr = pTextView->GetTextEngine()->GetUndoManager(); in GetState()
552 nCount = rMgr.GetUndoActionCount(); in GetState()
556 aStr += rMgr.GetUndoActionComment(--nCount); in GetState()
564 nCount = rMgr.GetRedoActionCount(); in GetState()
568 aStr += rMgr.GetRedoActionComment(--nCount); in GetState()
/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx1064 const sfx2::LinkManager& rMgr = getIDocumentLinksAdministration()->GetLinkManager(); in MakeCopy() local
1067 rMgr.GetDisplayNames( refLink, 0, &sFile, 0, &sFilter ); in MakeCopy()
1071 rMgr.GetDisplayNames( refLink, &sTmp1, &sTmp2, &sFilter ); in MakeCopy()
/trunk/main/sw/source/ui/config/
H A Dmailconfigpage.cxx366 uno::Reference<XMultiServiceFactory> rMgr = ::comphelper::getProcessServiceFactory(); in Test() local
370 if (rMgr.is()) in Test()
376 mail::MailServiceProvider::create(getCurrentCmpCtx(rMgr)); in Test()
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx185 const psp::PrintFontManager& rMgr = psp::PrintFontManager::get(); in Initialize() local
187 const PspKernPairs& rKernPairs = rMgr.getKernPairs( mnFontId ); in Initialize()
286 psp::PrintFontManager& rMgr = psp::PrintFontManager::get(); in GetDevFontList() local
289 rMgr.getFontList( aList ); in GetDevFontList()
293 if( !rMgr.getFontFastInfo( *it, aInfo ) ) in GetDevFontList()
302 int nFaceNum = rMgr.getFontFaceNumber( aInfo.m_nID ); in GetDevFontList()
315 const rtl::OString& rFileName = rMgr.getFontFileSysPath( aInfo.m_nID ); in GetDevFontList()
355 psp::PrintFontManager& rMgr = psp::PrintFontManager::get(); in CreateFontSubset() local
356 bool bSuccess = rMgr.createFontSubset( rInfo, in CreateFontSubset()
H A Dsvppspgraphics.cxx805 psp::PrintFontManager& rMgr = psp::PrintFontManager::get(); in GetDevFontList() local
811 if (rMgr.getFontFastInfo (*it, aInfo)) in GetDevFontList()
830 if (rMgr.getFontInfo (m_pPrinterGfx->GetFontID(), aInfo)) in GetFontMetric()
947 bool bSuccess = rMgr.createFontSubset( rInfo, in CreateFontSubset()
1013 if( ! rMgr.getFontInfo( aFont, aFontInfo ) ) in DoGetEmbedFontData()
1019 rInfo.m_aPSName = rMgr.getPSName( aFont ); in DoGetEmbedFontData()
1022 rMgr.getFontBoundingBox( aFont, xMin, yMin, xMax, yMax ); in DoGetEmbedFontData()
1032 if( ! rMgr.getMetrics( aFont, pUnicodes, 256, aMetrics ) ) in DoGetEmbedFontData()
1035 OString aSysPath = rMgr.getFontFileSysPath( aFont ); in DoGetEmbedFontData()
1083 if( ! rMgr.getFontInfo( aFont, aFontInfo ) ) in DoGetFontEncodingVector()
[all …]
/trunk/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx61 PrintFontManager &rMgr = PrintFontManager::get(); in GlyphSet() local
62 meBaseType = rMgr.getFontType (mnFontID); in GlyphSet()
63 maBaseName = OUStringToOString (rMgr.getPSName(mnFontID), in GlyphSet()
65 mnBaseEncoding = rMgr.getFontEncoding(mnFontID); in GlyphSet()
66 mbUseFontEncoding = rMgr.getUseOnlyFontEncoding(mnFontID); in GlyphSet()
101 PrintFontManager &rMgr = PrintFontManager::get(); in SetFont() local
102 meBaseType = rMgr.getFontType (mnFontID); in SetFont()
103 maBaseName = OUStringToOString (rMgr.getPSName(mnFontID), in SetFont()
105 mnBaseEncoding = rMgr.getFontEncoding(mnFontID); in SetFont()
106 mbUseFontEncoding = rMgr.getUseOnlyFontEncoding(mnFontID); in SetFont()
[all …]
H A Dtext_gfx.cxx78 PrintFontManager &rMgr = PrintFontManager::get(); in Font3() local
80 rMgr.getFontEncoding(mpFont[1]) == RTL_TEXTENCODING_SYMBOL : false; in Font3()
477 PrintFontManager &rMgr = PrintFontManager::get(); in drawVerticalizedText() local
479 rMgr.getFontInfo( mnFontID, aInfo ); in drawVerticalizedText()
482 rMgr.hasVerticalSubstitutions( mnFontID, pStr, nLen, pGsubFlags ); in drawVerticalizedText()
/trunk/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx347 PrinterInfoManager& rMgr = PrinterInfoManager::get(); in setPasswordCallback() local
348 if( rMgr.getType() == PrinterInfoManager::CUPS ) // sanity check in setPasswordCallback()
349 pRet = static_cast<CUPSManager&>(rMgr).authenticateUser( pIn ); in setPasswordCallback()
H A Djobdata.cxx55 PrinterInfoManager& rMgr = PrinterInfoManager::get(); in operator =() local
56 rMgr.setupJobContextData( *this ); in operator =()
H A Dppdparser.cxx633 PrinterInfoManager& rMgr = PrinterInfoManager::get(); in getParser() local
634 if( rMgr.getType() == PrinterInfoManager::CUPS ) in getParser()
636 … pNewParser = const_cast<PPDParser*>(static_cast<CUPSManager&>(rMgr).createCUPSParser( aFile )); in getParser()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx898 if (rMgr.getFontFastInfo (*it, aInfo)) in GetDevFontList()
902 if( rMgr.hasFontconfig() ) in GetDevFontList()
921 if (rMgr.getFontInfo (m_pPrinterGfx->GetFontID(), aInfo)) in GetFontMetric()
1052 bool bSuccess = rMgr.createFontSubset( rInfo, in CreateFontSubset()
1119 if( ! rMgr.getFontInfo( aFont, aFontInfo ) ) in DoGetEmbedFontData()
1125 rInfo.m_aPSName = rMgr.getPSName( aFont ); in DoGetEmbedFontData()
1128 rMgr.getFontBoundingBox( aFont, xMin, yMin, xMax, yMax ); in DoGetEmbedFontData()
1138 if( ! rMgr.getMetrics( aFont, pUnicodes, 256, aMetrics ) ) in DoGetEmbedFontData()
1141 OString aSysPath = rMgr.getFontFileSysPath( aFont ); in DoGetEmbedFontData()
1189 if( ! rMgr.getFontInfo( aFont, aFontInfo ) ) in DoGetFontEncodingVector()
[all …]
H A Dsalgdi3.cxx129 const PspKernPairs& rKernPairs = rMgr.getKernPairs( mnFontId ); in Initialize()
995 psp::PrintFontManager& rMgr = psp::PrintFontManager::get(); in AddTempDevFont() local
996 int nFontId = rMgr.addFontFile( aOFileName, 0 ); in AddTempDevFont()
1002 rMgr.getFontFastInfo( nFontId, aInfo ); in AddTempDevFont()
1009 int nFaceNum = rMgr.getFontFaceNumber( aInfo.m_nID ); in AddTempDevFont()
1031 psp::PrintFontManager& rMgr = psp::PrintFontManager::get(); in GetDevFontList() local
1035 rMgr.getFontList( aList ); in GetDevFontList()
1038 if( !rMgr.getFontFastInfo( *it, aInfo ) ) in GetDevFontList()
1047 int nFaceNum = rMgr.getFontFaceNumber( aInfo.m_nID ); in GetDevFontList()
1068 if( rMgr.hasFontconfig() ) in GetDevFontList()
[all …]
/trunk/main/unotools/source/config/
H A Dconfigmgr.cxx187 RegisterConfigItemHelper(utl::ConfigManager & rMgr, utl::ConfigItem& rCfgItem) in RegisterConfigItemHelper() argument
188 : rCfgMgr(rMgr) in RegisterConfigItemHelper()
/trunk/main/tools/source/ref/
H A Dpstm.cxx163 SvClassManager & rMgr, /* Alle Factorys, deren Objekt geladen und in SvPersistStream() argument
171 : rClassMgr( rMgr ) in SvPersistStream()
198 SvClassManager & rMgr, /* Alle Factorys, deren Objekt geladen und in SvPersistStream() argument
206 : rClassMgr( rMgr ) in SvPersistStream()
/trunk/main/tools/inc/tools/
H A Dresid.hxx59 void ImplInit( sal_uInt32 nId, ResMgr& rMgr, RSHEADER_TYPE* pRes ) in ImplInit() argument
65 ResId( RSHEADER_TYPE * pRc, ResMgr& rMgr ) in ResId() argument
67 ImplInit( 0, rMgr, pRc ); in ResId()
69 ResId( sal_uInt32 nId, ResMgr& rMgr ) in ResId() argument
71 ImplInit( nId, rMgr, NULL ); in ResId()
74 ResId( sal_uInt16 nId, ResMgr& rMgr ) in ResId() argument
76 ImplInit( sal_uInt32(nId), rMgr, NULL ); in ResId()
78 ResId( int nId, ResMgr& rMgr ) in ResId() argument
80 ImplInit( sal_uInt32(nId), rMgr, NULL ); in ResId()
82 ResId( long nId, ResMgr& rMgr ) in ResId() argument
[all …]
/trunk/main/sw/source/ui/index/
H A Dmultmrk.cxx53 rMgr( rTOXMgr ), in SwMultiTOXMarkDlg()
58 sal_uInt16 nSize = rMgr.GetTOXMarkCount(); in SwMultiTOXMarkDlg()
60 aTOXLB.InsertEntry(rMgr.GetTOXMark(i)->GetText()); in SwMultiTOXMarkDlg()
63 aTextFT.SetText(rMgr.GetTOXMark(0)->GetTOXType()->GetTypeName()); in SwMultiTOXMarkDlg()
72 { SwTOXMark* pMark = rMgr.GetTOXMark(pBox->GetSelectEntryPos()); in IMPL_LINK_INLINE_START()
83 rMgr.SetCurTOXMark(nPos); in IMPL_LINK_INLINE_END()
/trunk/main/sw/source/ui/inc/
H A Dmultmrk.hxx62 SwTOXMgr &rMgr; member in SwMultiTOXMarkDlg
/trunk/main/sw/source/ui/fldui/
H A Dfldedt.cxx147 SwField *pCurFld = rMgr.GetCurFld(); in Init()
156 sal_Bool bMove = rMgr.GoNext(); in Init()
158 rMgr.GoPrev(); in Init()
161 if( 0 != ( bMove = rMgr.GoPrev() ) ) in Init()
162 rMgr.GoNext(); in Init()
328 SwFldMgr& rMgr = pTabPage->GetFldMgr(); in IMPL_LINK() local
329 SwField *pCurFld = rMgr.GetCurFld(); in IMPL_LINK()
333 rMgr.GoNextPrev( bNext, pOldTyp ); in IMPL_LINK()
334 pCurFld = rMgr.GetCurFld(); in IMPL_LINK()
362 SwFldMgr& rMgr = pTabPage->GetFldMgr(); in IMPL_LINK() local
[all …]
/trunk/main/sw/source/ui/dbui/
H A Dmailmergehelper.cxx116 uno::Reference< lang::XMultiServiceFactory> rMgr = ::comphelper::getProcessServiceFactory(); in ConnectToSmtpServer() local
117 if (rMgr.is()) in ConnectToSmtpServer()
121 mail::MailServiceProvider::create(getCurrentCmpCtx(rMgr)); in ConnectToSmtpServer()
H A Ddbmgr.cxx222 SwConnectionDisposedListener_Impl(SwNewDBMgr& rMgr);
3085 SwConnectionDisposedListener_Impl::SwConnectionDisposedListener_Impl(SwNewDBMgr& rMgr) : in SwConnectionDisposedListener_Impl() argument
3086 rDBMgr(rMgr) in SwConnectionDisposedListener_Impl()
/trunk/main/svtools/source/graphic/
H A Dgrfcache.cxx600 GraphicCache::GraphicCache( GraphicManager& rMgr, sal_uLong nDisplayCacheSize, sal_uLong nMaxObjDis… in GraphicCache() argument
601 mrMgr ( rMgr ), in GraphicCache()
H A Dgrfcache.hxx59 GraphicCache( GraphicManager& rMgr,
H A Dgrfmgr.cxx618 void GraphicObject::SetGraphicManager( const GraphicManager& rMgr ) in SetGraphicManager() argument
620 ImplSetGraphicManager( &rMgr ); in SetGraphicManager()
/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx345 void SetGraphicManager( const GraphicManager& rMgr );
/trunk/main/starmath/source/
H A Ddialog.cxx1512 SmSymbolManager &rMgr, SmViewShell &rViewShell, sal_Bool bFreeRes) : in IMPL_LINK_INLINE_END()
1523 rSymbolMgr (rMgr), in IMPL_LINK_INLINE_END()
2045 OutputDevice *pFntListDevice, SmSymbolManager &rMgr, sal_Bool bFreeRes) : in SmSymDefineDialog() argument
2076 rSymbolMgr (rMgr), in SmSymDefineDialog()
2179 void SmSymDefineDialog::SetSymbolSetManager(const SmSymbolManager &rMgr) in SetSymbolSetManager() argument
2181 aSymbolMgrCopy = rMgr; in SetSymbolSetManager()

Completed in 170 milliseconds

12