Home
last modified time | relevance | path

Searched refs:rManager (Results 1 – 25 of 43) sorted by relevance

12

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_dndcontext.cxx38 SelectionManager& rManager ) : in DropTargetDropContext() argument
41 m_rManager( rManager ), in DropTargetDropContext()
42 m_xManagerRef( static_cast< OWeakObject* >(&rManager) ) in DropTargetDropContext()
73 SelectionManager& rManager ) : in DropTargetDragContext() argument
76 m_rManager( rManager ), in DropTargetDragContext()
77 m_xManagerRef( static_cast< OWeakObject* >(&rManager) ) in DropTargetDragContext()
102 SelectionManager& rManager ) : in DragSourceContext() argument
105 m_rManager( rManager ), in DragSourceContext()
106 m_xManagerRef( static_cast< OWeakObject* >(&rManager) ) in DragSourceContext()
H A DX11_service.cxx93 SelectionManager& rManager = SelectionManager::get( aDisplayName ); in CreateClipboard() local
94 rManager.initialize( arguments ); in CreateClipboard()
102 nSelection = rManager.getAtom( aSelectionName ); in CreateClipboard()
107 nSelection = rManager.getAtom( OUString::createFromAscii( "CLIPBOARD" ) ); in CreateClipboard()
115 X11Clipboard* pClipboard = new X11Clipboard( rManager, nSelection ); in CreateClipboard()
H A DX11_clipboard.cxx52 X11Clipboard::X11Clipboard( SelectionManager& rManager, Atom aSelection ) : in X11Clipboard() argument
58 >( rManager.getMutex() ), in X11Clipboard()
60 m_rSelectionManager( rManager ), in X11Clipboard()
61 m_xSelectionManager( & rManager ), in X11Clipboard()
H A DX11_transferable.cxx46 SelectionManager& rManager, in X11Transferable() argument
50 m_rManager( rManager ), in X11Transferable()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx119 PrintFontManager& rManager( PrintFontManager::get() ); in flush() local
120 MultiAtomProvider* pAtoms = rManager.m_pAtoms; in flush()
126 ByteString aDirectory( rManager.getDirectory( dir_it->first ) ); in flush()
246 PrintFontManager& rManager( PrintFontManager::get() ); in read() local
247 MultiAtomProvider* pAtoms = rManager.m_pAtoms; in read()
312 nDir = rManager.getDirectoryAtom( aDir, true ); in read()
458 ByteString aFilePath = rManager.getDirectory( nDir ); in read()
499 PrintFontManager& rManager( PrintFontManager::get() ); in updateDirTimestamp() local
500 const OString& rDir = rManager.getDirectory( nDirID ); in updateDirTimestamp()
681 PrintFontManager& rManager( PrintFontManager::get() ); in updateFontCacheEntry() local
[all …]
/trunk/main/vcl/unx/headless/
H A Dsvpprn.cxx320 PrinterInfoManager& rManager( PrinterInfoManager::get() ); in CreateInfoPrinter() local
321 PrinterInfo aInfo( rManager.getPrinterInfo( pQueueInfo->maPrinterName ) ); in CreateInfoPrinter()
378 PrinterInfoManager& rManager( PrinterInfoManager::get() ); in GetPrinterQueueInfo() local
383 rManager.checkPrintersChanged( true ); in GetPrinterQueueInfo()
386 rManager.listPrinters( aPrinters ); in GetPrinterQueueInfo()
390 const PrinterInfo& rInfo( rManager.getPrinterInfo( *it ) ); in GetPrinterQueueInfo()
431 PrinterInfoManager& rManager( PrinterInfoManager::get() ); in GetDefaultPrinter() local
432 return rManager.getDefaultPrinter(); in GetDefaultPrinter()
778 PrinterInfoManager& rManager = PrinterInfoManager::get(); in GetCapabilities() local
779 PrinterInfo aInfo( rManager.getPrinterInfo( pJobSetup->maPrinterName ) ); in GetCapabilities()
[all …]
/trunk/main/ucbhelper/source/client/
H A Dfileidentifierconverter.cxx66 uno::Reference< ucb::XContentProviderManager > const & rManager, in getFileURLFromSystemPath()
71 OSL_ASSERT(rManager.is()); in getFileURLFromSystemPath()
74 xConverter(rManager->queryContentProvider(rBaseURL), uno::UNO_QUERY); in getFileURLFromSystemPath()
89 uno::Reference< ucb::XContentProviderManager > const & rManager, in getSystemPathFromFileURL()
93 OSL_ASSERT(rManager.is()); in getSystemPathFromFileURL()
96 xConverter(rManager->queryContentProvider(rURL), uno::UNO_QUERY); in getSystemPathFromFileURL()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx383 PrinterInfoManager& rManager( PrinterInfoManager::get() ); in CreateInfoPrinter() local
384 PrinterInfo aInfo( rManager.getPrinterInfo( pQueueInfo->maPrinterName ) ); in CreateInfoPrinter()
444 PrinterInfoManager& rManager( PrinterInfoManager::get() ); in GetPrinterQueueInfo() local
449 rManager.checkPrintersChanged( true ); in GetPrinterQueueInfo()
452 rManager.listPrinters( aPrinters ); in GetPrinterQueueInfo()
456 const PrinterInfo& rInfo( rManager.getPrinterInfo( *it ) ); in GetPrinterQueueInfo()
499 PrinterInfoManager& rManager( PrinterInfoManager::get() ); in GetDefaultPrinter() local
500 return rManager.getDefaultPrinter(); in GetDefaultPrinter()
596 PrinterInfoManager& rManager = PrinterInfoManager::get(); in Setup() local
598 PrinterInfo aInfo( rManager.getPrinterInfo( pJobSetup->maPrinterName ) ); in Setup()
[all …]
/trunk/main/padmin/source/
H A Dadddlg.cxx638 PrinterInfoManager& rManager( PrinterInfoManager::get() ); in addOldPrinters() local
643 if( ! rManager.addPrinter( pInfo->m_aPrinterName, pInfo->m_aDriverName ) ) in addOldPrinters()
651 rManager.changePrinterInfo( pInfo->m_aPrinterName, *pInfo ); in addOldPrinters()
1001 PrinterInfoManager& rManager( PrinterInfoManager::get() ); in addPrinter() local
1005 if( rManager.addPrinter( m_aPrinter.m_aPrinterName, m_aPrinter.m_aDriverName ) ) in addPrinter()
1007 PrinterInfo aInfo( rManager.getPrinterInfo( m_aPrinter.m_aPrinterName ) ); in addPrinter()
1012 rManager.setDefaultPrinter( m_aPrinter.m_aPrinterName ); in addPrinter()
1026 rManager.changePrinterInfo( m_aPrinter.m_aPrinterName, aInfo ); in addPrinter()
1069 PrinterInfoManager& rManager( PrinterInfoManager::get() ); in uniquePrinterName() local
1073 rManager.listPrinters( aPrinterList ); in uniquePrinterName()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx3681 sal_Bool PPTNumberFormatCreator::ImplGetExtNumberFormat( SdrPowerPointImport& rManager, in ImplGetExtNumberFormat() argument
3695 : rManager.pPPTStyleSheet->pExtParaProv; in ImplGetExtNumberFormat()
3925 void PPTNumberFormatCreator::GetNumberFormat( SdrPowerPointImport& rManager, SvxNumberFormat& rNumb… in GetNumberFormat() argument
3942 …ImplGetExtNumberFormat( rManager, rNumberFormat, nLevel, nInstance, 0xffffffff, oStartNumbering, r… in GetNumberFormat()
3945 ImplGetNumberFormat( rManager, rNumberFormat, nLevel ); in GetNumberFormat()
3957 PptFontEntityAtom* pFontEnityAtom = rManager.GetFontEnityAtom( nFont ); in GetNumberFormat()
3972 sal_Bool PPTNumberFormatCreator::GetNumberFormat( SdrPowerPointImport& rManager, SvxNumberFormat& r… in GetNumberFormat() argument
3992 nHardCount += ImplGetExtNumberFormat( rManager, rNumberFormat, pParaObj->pParaSet->mnDepth, in GetNumberFormat()
3998 ImplGetNumberFormat( rManager, rNumberFormat, pParaObj->pParaSet->mnDepth ); in GetNumberFormat()
4016 PptFontEntityAtom* pFontEnityAtom = rManager.GetFontEnityAtom( nFont ); in GetNumberFormat()
[all …]
H A Dmsdffimp.cxx218 rManager( rMan ), in DffPropertyReader()
234 if ( rManager.SeekToRec( rStCtrl, DFF_msofbtOPT, aRecHd.GetRecEndFilePos() ) ) in SetDefaultPropSet()
254 if ( rManager.SeekToShape( rIn, pClientData, GetPropertyValue( DFF_Prop_hspMaster ) ) ) in ReadPropSet()
258 if ( rManager.SeekToRec( rIn, DFF_msofbtOPT, aRecHd.GetRecEndFilePos() ) ) in ReadPropSet()
1007 …rSet.Put( XLineColorItem( String(), rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_lineColor… in ApplyLineAttributes()
1016 rManager.ScaleEmu( nLineWidth ); in ApplyLineAttributes()
1033 sal_Bool bScaleArrows = rManager.pSdrModel->GetScaleUnit() == MAP_TWIP; in ApplyLineAttributes()
1105 void GetShadeColors( const SvxMSDffManager& rManager, const DffPropertyReader& rProperties, SvStrea… in GetShadeColors() argument
1120 …rShadeColors.push_back( ShadeColor( rManager.MSO_CLR_ToColor( nColor, DFF_Prop_fillColor ), 1.0 - … in GetShadeColors()
1126 …rShadeColors.push_back( ShadeColor( rManager.MSO_CLR_ToColor( rProperties.GetPropertyValue( DFF_Pr… in GetShadeColors()
[all …]
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dfileidentifierconverter.hxx56 rManager)
87 rManager,
117 rManager,
/trunk/main/ucbhelper/source/provider/
H A Dregisterucb.cxx47 uno::Reference< ucb::XContentProviderManager > const & rManager, in registerAtUcb()
122 if (rManager.is() && xProvider.is()) in registerAtUcb()
125 rManager->registerContentProvider(xProvider, rTemplate, true); in registerAtUcb()
/trunk/main/chart2/source/inc/
H A DLifeTime.hxx201 LifeTimeGuard( LifeTimeManager& rManager ) in LifeTimeGuard() argument
202 : m_guard( rManager.m_aAccessMutex ) in LifeTimeGuard()
203 , m_rManager(rManager) in LifeTimeGuard()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsFocusManager.cxx382 FocusManager::FocusHider::FocusHider (FocusManager& rManager) in FocusHider() argument
383 : mbFocusVisible(rManager.IsFocusShowing()) in FocusHider()
384 , mrManager(rManager) in FocusHider()
/trunk/main/sd/source/ui/view/
H A DFormShellManager.cxx46 FormShellManagerFactory (ViewShell& rViewShell, FormShellManager& rManager);
349 FormShellManager& rManager) in FormShellManagerFactory() argument
351 mrFormShellManager(rManager) in FormShellManagerFactory()
H A Dviewoverlaymanager.cxx123 …ChangePlaceholderTag( ViewOverlayManager& rManager, ::sd::View& rView, SdrObject& rPlaceholderObj …
315 ChangePlaceholderTag::ChangePlaceholderTag( ViewOverlayManager& rManager, ::sd::View& rView, SdrObj… in ChangePlaceholderTag() argument
317 , mrManager( rManager ) in ChangePlaceholderTag()
H A DViewShellManager.cxx115 ViewShellManager& rManager,
442 ViewShellManager& rManager, in Implementation() argument
456 (void)rManager; in Implementation()
/trunk/main/framework/inc/threadhelp/
H A Dtransactionguard.hxx97 …inline TransactionGuard( ITransactionManager& rManager, EExceptionMode eMode, ERejectReason* eReas… in TransactionGuard() argument
98 : m_pManager( &rManager ) in TransactionGuard()
/trunk/main/canvas/source/null/
H A Dnull_spritecanvashelper.cxx51 void SpriteCanvasHelper::init( ::canvas::SpriteRedrawManager& rManager, in init() argument
56 mpRedrawManager = &rManager; in init()
/trunk/main/canvas/inc/canvas/
H A Dspriteredrawmanager.hxx214 const SpriteRedrawManager& rManager ) : in AreaUpdateCaller()
216 mrManager( rManager ) in AreaUpdateCaller()
/trunk/main/canvas/source/directx/
H A Ddx_spritecanvashelper.cxx118 ::canvas::SpriteRedrawManager& rManager, in init() argument
129 mpRedrawManager = &rManager; in init()
/trunk/main/vcl/unx/generic/printer/
H A Djobdata.cxx244 PrinterInfoManager& rManager = PrinterInfoManager::get(); in constructFromStreamBuffer() local
245 const PrinterInfo& rInfo = rManager.getPrinterInfo( rJobData.m_aPrinterName ); in constructFromStreamBuffer()
/trunk/main/starmath/source/
H A Dunomodel.cxx724 SmSymbolManager &rManager = pp->GetSymbolManager(); in _setPropertyValues() local
739 rManager.AddOrReplaceSymbol ( aSymbol ); in _setPropertyValues()
917 const SmSymbolManager &rManager = pp->GetSymbolManager(); in _getPropertyValues() local
920 const SymbolPtrVec_t aSymbols( rManager.GetSymbols() ); in _getPropertyValues()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx708 PPTExtParaProv( SdrPowerPointImport& rManager, SvStream& rSt,
1031 …void ApplyTo( SfxItemSet& rSet, SdrPowerPointImport& rManager, sal_uInt32 nInstanceInSh…
1032 …void ApplyTo( SfxItemSet& rSet, SdrPowerPointImport& rManager, sal_uInt32 nInstanceInSh…
1069 …et, boost::optional< sal_Int16 >& rStartNumbering, SdrPowerPointImport& rManager, sal_uInt32 nInst…

12