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.cxx40 SelectionManager& rManager ) : in DropTargetDropContext() argument
43 m_rManager( rManager ), in DropTargetDropContext()
44 m_xManagerRef( static_cast< OWeakObject* >(&rManager) ) in DropTargetDropContext()
75 SelectionManager& rManager ) : in DropTargetDragContext() argument
78 m_rManager( rManager ), in DropTargetDragContext()
79 m_xManagerRef( static_cast< OWeakObject* >(&rManager) ) in DropTargetDragContext()
104 SelectionManager& rManager ) : in DragSourceContext() argument
107 m_rManager( rManager ), in DragSourceContext()
108 m_xManagerRef( static_cast< OWeakObject* >(&rManager) ) in DragSourceContext()
H A DX11_service.cxx95 SelectionManager& rManager = SelectionManager::get( aDisplayName ); in CreateClipboard() local
96 rManager.initialize( arguments ); in CreateClipboard()
104 nSelection = rManager.getAtom( aSelectionName ); in CreateClipboard()
109 nSelection = rManager.getAtom( OUString::createFromAscii( "CLIPBOARD" ) ); in CreateClipboard()
117 X11Clipboard* pClipboard = new X11Clipboard( rManager, nSelection ); in CreateClipboard()
H A DX11_clipboard.cxx54 X11Clipboard::X11Clipboard( SelectionManager& rManager, Atom aSelection ) : in X11Clipboard() argument
60 >( rManager.getMutex() ), in X11Clipboard()
62 m_rSelectionManager( rManager ), in X11Clipboard()
63 m_xSelectionManager( & rManager ), in X11Clipboard()
H A DX11_transferable.cxx48 SelectionManager& rManager, in X11Transferable() argument
52 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()
246 PrintFontManager& rManager( PrintFontManager::get() ); in read() local
247 MultiAtomProvider* pAtoms = rManager.m_pAtoms; 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
754 PrintFontManager& rManager( PrintFontManager::get() ); in listDirectory() local
755 int nDirID = rManager.getDirectoryAtom( rDir ); in listDirectory()
778 PrintFontManager& rManager( PrintFontManager::get() ); in scanAdditionalFiles() 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.cxx3945 ImplGetNumberFormat( rManager, rNumberFormat, nLevel ); in GetNumberFormat()
4046 Color aCol( rManager.MSO_TEXT_CLR_ToColor( nBulletColor ) ); in ImplGetNumberFormat()
4215 rManager in Read()
5815 ApplyTo( rSet, rManager, nDestinationInstance, NULL ); in ApplyTo()
5874 sal_uInt32 nHeight = rManager.ScalePoint( nVal ); in ApplyTo()
5887 if ( rManager.GetPropertyValue( DFF_Prop_fNoFillHitTest ) & 0x10 ) in ApplyTo()
5899 aDefColor = rManager.MSO_CLR_ToColor( rManager.GetPropertyValue( DFF_Prop_fillColor ) ); in ApplyTo()
5902 aDefColor = rManager.MSO_CLR_ToColor( rManager.GetPropertyValue( DFF_Prop_fillBackColor ) ); in ApplyTo()
5907 if ( rManager.GetBLIP( rManager.GetPropertyValue( DFF_Prop_fillBlip ), aGraf, NULL ) ) in ApplyTo()
6008 Color aCol( rManager.MSO_TEXT_CLR_ToColor( nVal ) ); in ApplyTo()
[all …]
H A Dmsdffimp.cxx221 rManager( rMan ), in DffPropertyReader()
1019 rManager.ScaleEmu( nLineWidth ); in ApplyLineAttributes()
1036 sal_Bool bScaleArrows = rManager.pSdrModel->GetScaleUnit() == MAP_TWIP; in ApplyLineAttributes()
1298 DffPropertyReader aSecPropSet( rManager ); in ApplyRectangularGradientAsBitmap()
1329 GetShadeColors( rManager, *this, rIn, aShadeColors ); in ApplyFillAttributes()
1971 rSet.Put( XSecondaryFillColorItem( String(), rManager.MSO_CLR_ToColor( in ApplyCustomShapeGeometryAttributes()
2679 rManager.ScaleEmu( nVal ); in ApplyAttributes()
2685 rManager.ScaleEmu( nVal ); in ApplyAttributes()
2764 if ( rManager.GetSvxMSDffSettings() & SVXMSDFF_SETTINGS_IMPORT_EXCEL ) in ApplyAttributes()
2778 if ( rManager.pSecPropSet->SeekToContent( DFF_Prop_metroBlob, rIn ) ) in CheckAndCorrectExcelTextRotation()
[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 nInstanceInSheet );
1032 …void ApplyTo( SfxItemSet& rSet, SdrPowerPointImport& rManager, sal_uInt32 nInstanceInSheet, cons…
1069 …et, boost::optional< sal_Int16 >& rStartNumbering, SdrPowerPointImport& rManager, sal_uInt32 nInst…

Completed in 220 milliseconds

12