Home
last modified time | relevance | path

Searched refs:boost (Results 101 – 125 of 1444) sorted by relevance

12345678910>>...58

/trunk/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx264 ::boost::shared_ptr< ViewShell > pViewShell; in lcl_getViewShell()
332 DisposeListener (const ::boost::shared_ptr<FrameworkHelper>& rpHelper);
341 ::boost::shared_ptr<FrameworkHelper> mpHelper;
370 ::boost::shared_ptr<FrameworkHelper> FrameworkHelper::Instance ( in Instance()
387 return ::boost::shared_ptr<FrameworkHelper>(); in Instance()
393 ::boost::shared_ptr<FrameworkHelper> FrameworkHelper::Instance (ViewShellBase& rBase) in Instance()
396 ::boost::shared_ptr<FrameworkHelper> pHelper; in Instance()
405 pHelper = ::boost::shared_ptr<FrameworkHelper>( in Instance()
501 return ::boost::shared_ptr<ViewShell>(); in GetViewShell()
741 ::boost::shared_ptr<ViewShell> pCenterViewShell (GetViewShell(xView)); in HandleModeChangeSlot()
[all …]
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsClipboard.cxx126 const ::boost::shared_ptr<ViewShell>& rpMainViewShell, in UndoContext()
127 const ::boost::shared_ptr<view::Theme>& rpTheme) in UndoContext()
153 ::boost::shared_ptr<ViewShell> mpMainViewShell;
450 ::boost::shared_ptr<cache::PageCache> pPreviewCache ( in CreateSlideTransferable()
576 ::boost::shared_ptr<cache::PageCache> pPreviewCache ( in CreateTransferableUserData()
593 ::boost::shared_ptr<SdTransferable::UserData> pNewTransferable ( in CreateTransferableUserData()
614 return ::boost::shared_ptr<SdTransferable::UserData>(); in CreateTransferableUserData()
847 ::boost::shared_ptr<TransferableData> pSlideSorterTransferable ( in ExecuteDrop()
891 ::boost::shared_ptr<TransferableData> pSlideSorterTransferable ( in IsInsertionTrivial()
998 ::boost::shared_ptr<DrawViewShell> pDrawViewShell; in ExecuteOrAcceptShapeDrop()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Doptional.hxx36 inline ::boost::optional<T> make_optional( T const& v ) in make_optional()
38 return ::boost::optional<T>(v); in make_optional()
42 inline ::boost::optional<T> make_optional( in make_optional()
46 return ::boost::optional<T>(o.Value); in make_optional()
48 return ::boost::optional<T>(); in make_optional()
60 ::boost::optional<T> const& o ) in makeOptional()
70 ::boost::optional<bool> const& o ) in makeOptional()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedAxisAndGridExistenceProperties.cxx49 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
62 ::boost::shared_ptr< Chart2ModelContact > m_spChart2ModelContact;
69 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedProperties()
87 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedAxisAndGridExistenceProperty()
220 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
233 ::boost::shared_ptr< Chart2ModelContact > m_spChart2ModelContact;
238 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedProperties()
248 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in WrappedAxisTitleExistenceProperty()
338 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
351 ::boost::shared_ptr< Chart2ModelContact > m_spChart2ModelContact;
[all …]
H A DWrappedSymbolProperties.cxx81 …explicit WrappedSymbolTypeProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact,
92 …explicit WrappedSymbolBitmapURLProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelCo…
105 …explicit WrappedSymbolSizeProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact,
118 …explicit WrappedSymbolAndLinesProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelCon…
180 , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact in lcl_addWrappedProperties()
229 … , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedPropertiesForSeries()
238 … , ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) in addWrappedPropertiesForDiagram()
248 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact, in WrappedSymbolTypeProperty()
338 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact, in WrappedSymbolBitmapURLProperty()
473 ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact, in WrappedSymbolSizeProperty()
[all …]
/trunk/main/slideshow/source/engine/slide/
H A Dlayer.hxx67 class Layer : public boost::enable_shared_from_this<Layer>,
68 private boost::noncopyable
71 typedef boost::shared_ptr<LayerEndUpdate> EndUpdater;
83 …static ::boost::shared_ptr< Layer > createBackgroundLayer( const basegfx::B2DRange& rMaxLayerBound…
96 … static ::boost::shared_ptr< Layer > createLayer( const basegfx::B2DRange& rMaxLayerBounds );
305 typedef ::boost::shared_ptr< Layer > LayerSharedPtr;
306 typedef ::boost::weak_ptr< Layer > LayerWeakPtr;
/trunk/main/jvmfwk/source/
H A Delements.cxx304 m_enabled = boost::optional<sal_Bool>(sal_True); in load()
306 m_enabled = boost::optional<sal_Bool>(sal_False); in load()
484 if (m_enabled == boost::optional<sal_Bool>(sal_True)) in write()
621 m_enabled = boost::optional<sal_Bool>(bEnabled); in setEnabled()
627 m_userClassPath = boost::optional<rtl::OUString>(sClassPath); in setUserClassPath()
633 m_javaInfo = boost::optional<CNodeJavaInfo>(CNodeJavaInfo()); in setJavaInfo()
664 m_vmParameters = boost::optional<std::vector<rtl::OUString> >( in setVmParameters()
704 m_JRELocations = boost::optional<std::vector<rtl::OUString> >( in addJRELocation()
714 const boost::optional<sal_Bool> & NodeJava::getEnabled() const in getEnabled()
719 const boost::optional<std::vector<rtl::OUString> >&
[all …]
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.hxx93 boost::scoped_ptr< Control > mxControls[DESIGNPANE_CONTROL_COUNT];
116 boost::scoped_ptr< TableDesignPane > mpDesignPane;
118 boost::scoped_ptr< FixedLine > mxFlSep1;
119 boost::scoped_ptr< FixedLine > mxFlSep2;
120 boost::scoped_ptr< HelpButton > mxHelpButton;
121 boost::scoped_ptr< OKButton > mxOkButton;
122 boost::scoped_ptr< CancelButton > mxCancelButton;
/trunk/main/sdext/source/presenter/
H A DPresenterController.hxx110 ::boost::shared_ptr<PresenterTheme> GetTheme (void) const;
116 ::boost::shared_ptr<PresenterAnimator> GetAnimator (void) const;
117 ::boost::shared_ptr<PresenterCanvasHelper> GetCanvasHelper (void) const;
119 ::boost::shared_ptr<PresenterPaintManager> GetPaintManager (void) const;
223 ::boost::shared_ptr<PresenterPaneAnimator> mpCurrentPaneAnimation;
225 ::boost::shared_ptr<PresenterTheme> mpTheme;
228 ::boost::shared_ptr<PresenterAnimator> mpAnimator;
229 ::boost::shared_ptr<PresenterCanvasHelper> mpCanvasHelper;
231 ::boost::shared_ptr<PresenterPaintManager> mpPaintManager;
H A DPresenterTheme.hxx91 explicit FontDescriptor (const ::boost::shared_ptr<FontDescriptor>& rpDescriptor);
112 typedef ::boost::shared_ptr<FontDescriptor> SharedFontDescriptor;
123 ::boost::shared_ptr<PresenterBitmapContainer> GetBitmapContainer (void) const;
137 ::boost::shared_ptr<PresenterConfigurationAccess> GetNodeForViewStyle (
144 ::boost::shared_ptr<Theme> mpTheme;
145 ::boost::shared_ptr<PresenterBitmapContainer> mpBitmapContainer;
148 ::boost::shared_ptr<Theme> ReadTheme (void);
/trunk/main/sd/source/ui/inc/
H A DToolBarManager.hxx71 : public ::boost::enable_shared_from_this<ToolBarManager>
77 static ::boost::shared_ptr<ToolBarManager> Create (
79 const ::boost::shared_ptr<tools::EventMultiplexer>& rpMultiplexer,
80 const ::boost::shared_ptr<ViewShellManager>& rpViewShellManager);
254 UpdateLock(const ::boost::shared_ptr<ToolBarManager>& rpManager) in UpdateLock()
258 ::boost::shared_ptr<ToolBarManager> mpManager;
266 ::boost::scoped_ptr<Implementation> mpImpl;
H A DOutlinerIteratorImpl.hxx62 const ::boost::weak_ptr<ViewShell>& rpViewShellWeak,
65 const ::boost::weak_ptr<ViewShell>& rpViewShellWeak,
122 ::boost::weak_ptr<ViewShell> mpViewShellWeak;
147 const ::boost::weak_ptr<ViewShell>& rpViewShellWeak,
190 const ::boost::weak_ptr<ViewShell>& rpViewShellWeak,
195 const ::boost::weak_ptr<ViewShell>& rpViewShellWeak,
251 const ::boost::weak_ptr<ViewShell>& rpViewShellWeak,
H A DViewShellBase.hxx91 ::boost::shared_ptr<ViewShellManager> GetViewShellManager (void) const;
97 ::boost::shared_ptr<ViewShell> GetMainViewShell (void) const;
212 ::boost::shared_ptr<tools::EventMultiplexer> GetEventMultiplexer (void);
219 ::boost::shared_ptr<UpdateLockManager> GetUpdateLockManager (void) const;
221 ::boost::shared_ptr<ToolBarManager> GetToolBarManager (void) const;
223 ::boost::shared_ptr<FormShellManager> GetFormShellManager (void) const;
248 ::boost::scoped_ptr<Implementation> mpImpl;
/trunk/main/sfx2/source/sidebar/
H A DTabBar.hxx69 typedef ::boost::function<void(
75 const ::boost::function<void(const ::rtl::OUString&rsDeckId)>& rDeckActivationFunctor,
102 ::boost::scoped_ptr<CheckBox> mpMenuButton;
107 ::boost::shared_ptr<RadioButton> mpButton;
109 ::boost::function<void(const ::rtl::OUString&rsDeckId)> maDeckActivationFunctor;
115 const ::boost::function<void(const ::rtl::OUString&rsDeckId)> maDeckActivationFunctor;
125 ::boost::shared_ptr<PopupMenu> CreatePopupMenu (void) const;
H A DSidebarController.cxx116 ::boost::bind(&SidebarController::OpenThenSwitchToDeck, this, _1), in SidebarController()
117 ::boost::bind(&SidebarController::ShowPopupMenu, this, _1,_2))), in SidebarController()
131 maFocusManager(::boost::bind(&SidebarController::ShowPanel, this, _1)), in SidebarController()
504 ::boost::bind(&SidebarController::OpenThenSwitchToDeck, this, rsDeckId)); in RequestSwitchToDeck()
586 ::boost::bind(&SidebarController::RequestCloseDeck, this))); in SwitchToDeck()
631 … ::boost::bind(&Panel::HasIdPredicate, _1, ::boost::cref(rPanelContexDescriptor.msId))); in SwitchToDeck()
708 ::boost::bind(&Deck::RequestLayout, mpCurrentDeck.get()), in CreatePanel()
709 ::boost::bind(&SidebarController::GetCurrentContext, this))); in CreatePanel()
855 ::boost::shared_ptr<PopupMenu> pMenu = CreatePopupMenu(rMenuData); in ShowPopupMenu()
886 ::boost::shared_ptr<PopupMenu> SidebarController::CreatePopupMenu ( in CreatePopupMenu()
[all …]
/trunk/main/canvas/source/directx/
H A Ddx_winstuff.hxx107 typedef ::boost::shared_ptr< Gdiplus::Graphics > GraphicsSharedPtr;
108 typedef ::boost::shared_ptr< Gdiplus::GraphicsPath > GraphicsPathSharedPtr;
109 typedef ::boost::shared_ptr< Gdiplus::Bitmap > BitmapSharedPtr;
110 typedef ::boost::shared_ptr< Gdiplus::CachedBitmap > CachedBitmapSharedPtr;
111 typedef ::boost::shared_ptr< Gdiplus::Font > FontSharedPtr;
112 typedef ::boost::shared_ptr< Gdiplus::Brush > BrushSharedPtr;
113 typedef ::boost::shared_ptr< Gdiplus::TextureBrush > TextureBrushSharedPtr;
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsButtonBar.hxx44 typedef ::boost::shared_ptr<Button> SharedButton;
88 ::boost::shared_ptr<Button> GetButton (
160 boost::shared_ptr<Button> mpButtonUnderMouse;
162 boost::shared_ptr<Button> mpDownButton;
168 ::boost::scoped_ptr<BackgroundTheme> mpBackgroundTheme;
226 const ::boost::shared_ptr<Theme>& rpTheme) const = 0;
272 const ::boost::shared_ptr<Theme>& rpTheme) const;
300 const ::boost::shared_ptr<Theme>& rpTheme) const;
/trunk/main/extensions/source/scanner/
H A Dscanunx.cxx119 typedef std::vector< boost::shared_ptr<SaneHolder> > sanevec;
155 boost::shared_ptr<SaneHolder> m_pHolder;
163 ScannerThread( boost::shared_ptr<SaneHolder> pHolder,
172 boost::shared_ptr<SaneHolder> pHolder, in ScannerThread()
258 boost::shared_ptr<SaneHolder> pSaneHolder(new SaneHolder); in SEQ()
292 boost::shared_ptr<SaneHolder> pHolder = rSanes[scanner_context.InternalData]; in configureScanner()
326 boost::shared_ptr<SaneHolder> pHolder = rSanes[scanner_context.InternalData]; in startScan()
353 boost::shared_ptr<SaneHolder> pHolder = rSanes[scanner_context.InternalData]; in getError()
371 boost::shared_ptr<SaneHolder> pHolder = rSanes[scanner_context.InternalData]; in REF()
/trunk/main/slideshow/source/engine/
H A Dslideview.cxx106 boost::weak_ptr< cppcanvas::CustomSprite > mpSprite;
411 private boost::noncopyable
573 virtual bool isOnView(boost::shared_ptr<View> const& rView) const in isOnView()
695 virtual bool isOnView(boost::shared_ptr<View> const& rView) const;
913 bool SlideView::isOnView(boost::shared_ptr<View> const& rView) const in isOnView()
1077 makeEvent( boost::bind( (bool (EventMultiplexer::*)( in modified()
1080 boost::ref(mrEventMultiplexer), mxView ), in modified()
1095 makeEvent( boost::bind( &EventMultiplexer::notifyViewClobbered, in windowPaint()
1096 boost::ref(mrEventMultiplexer), mxView ), in windowPaint()
1151 boost::shared_ptr< SlideViewLayer > pCurrLayer( aCurr->lock() ); in pruneLayers()
[all …]
H A Dscreenupdater.cxx130 boost::mem_fn(&ViewUpdate::needsUpdate)) ); in commitUpdates()
135 boost::mem_fn((bool (ViewUpdate::*)())&ViewUpdate::update) ); in commitUpdates()
145 boost::mem_fn(&View::paintScreen) : in commitUpdates()
146 boost::mem_fn(&View::updateScreen) ); in commitUpdates()
202 boost::mem_fn(&View::updateScreen) ); in requestImmediateUpdate()
222 … ::boost::shared_ptr<ScreenUpdater::UpdateLock> ScreenUpdater::createLock (const bool bStartLocked) in createLock()
224 … return ::boost::shared_ptr<ScreenUpdater::UpdateLock>(new ::UpdateLock(*this, bStartLocked)); in createLock()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx939 ::boost::shared_ptr<OTableRow> pClipboardRow; in CopyRows()
940 ::boost::shared_ptr<OTableRow> pRow; in CopyRows()
941 ::std::vector< ::boost::shared_ptr<OTableRow> > vClipboardList; in CopyRows()
1012 ::boost::shared_ptr<OTableRow> pRow; in InsertRows()
1074 m_pRowList->push_back( ::boost::shared_ptr<OTableRow>(new OTableRow())); in DeleteRows()
1364 std::vector< ::boost::shared_ptr<OTableRow> >::size_type nListCount( in GetFieldDescr()
1371 ::boost::shared_ptr<OTableRow> pRow = (*m_pRowList)[ nRow ]; in GetFieldDescr()
1433 ::boost::shared_ptr<OTableRow> pRow; in IsCopyAllowed()
1606 ::boost::shared_ptr<OTableRow> pRow; in IsPrimaryKeyAllowed()
1873 ::boost::shared_ptr<OTableRow> pRow = (*m_pRowList)[nIndex]; in SetPrimaryKey()
[all …]
/trunk/main/vcl/inc/
H A Dprintdlg.hxx131 boost::shared_ptr< vcl::RowOrColumn > mxBrochureDep;
132 boost::shared_ptr< vcl::LabeledElement >mxPagesBtnLabel;
179 boost::shared_ptr<vcl::RowOrColumn> mxPrintRange;
180 boost::shared_ptr<vcl::WindowArranger> mxDetails;
200 boost::shared_ptr<vcl::RowOrColumn> mxOptGroup;
229 boost::shared_ptr< PrinterController > maPController;
253 boost::shared_ptr<vcl::RowOrColumn> mxPreviewCtrls;
291 PrintDialog( Window*, const boost::shared_ptr< PrinterController >& );
/trunk/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx169 mutable ::boost::shared_ptr< IImageProvider > m_pErrorImage;
170 mutable ::boost::shared_ptr< IImageProvider > m_pWarningsImage;
171 mutable ::boost::shared_ptr< IImageProvider > m_pInfoImage;
172 mutable ::boost::shared_ptr< ILabelProvider > m_pErrorLabel;
173 mutable ::boost::shared_ptr< ILabelProvider > m_pWarningsLabel;
174 mutable ::boost::shared_ptr< ILabelProvider > m_pInfoLabel;
181 … ::boost::shared_ptr< IImageProvider > getImageProvider( SQLExceptionInfo::TYPE _eType ) const in getImageProvider()
183 ::boost::shared_ptr< IImageProvider >* ppProvider( &m_pErrorImage ); in getImageProvider()
212 ::boost::shared_ptr< ILabelProvider >* ppProvider( &m_pErrorLabel ); in getLabelProvider()
243 ::boost::shared_ptr< IImageProvider > pImageProvider;
[all …]
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlideSorterView.cxx120 public ::boost::noncopyable
349 ::boost::shared_ptr<BackgroundPainter> pPainter ( in HandleDataChangeEvent()
350 ::boost::dynamic_pointer_cast<BackgroundPainter>(mpBackgroundPainter)); in HandleDataChangeEvent()
497 ::boost::shared_ptr<PageObjectLayouter> pPageObjectLayouter( in Layout()
603 ::boost::shared_ptr<cache::PageCache> pCache = GetPreviewCache(); in UpdatePreciousFlags()
828 ::boost::shared_ptr<cache::PageCache> SlideSorterView::GetPreviewCache (void) in GetPreviewCache()
924 ::boost::shared_ptr<ScrollBar> pVScrollBar (mrSlideSorter.GetVerticalScrollBar()); in UpdatePageUnderMouse()
925 ::boost::shared_ptr<ScrollBar> pHScrollBar (mrSlideSorter.GetHorizontalScrollBar()); in UpdatePageUnderMouse()
1051 …::boost::shared_ptr<ViewShell> pMainViewShell(mrSlideSorter.GetViewShellBase()->GetMainViewShell()… in SetState()
1071 ::boost::shared_ptr<PageObjectPainter> SlideSorterView::GetPageObjectPainter (void) in GetPageObjectPainter()
[all …]
/trunk/main/svx/inc/svx/sidebar/
H A DPopup.hxx58 const ::boost::function<PopupControl*(PopupContainer*)>& rControlCreator,
80 void SetPopupModeEndHandler (const ::boost::function<void(void)>& rCallback);
83 ::boost::scoped_ptr<PopupControl> mpControl;
97 ::boost::function<PopupControl*(PopupContainer*)> maControlCreator;
98 ::boost::function<void(void)> maPopupModeEndCallback;
100 ::boost::scoped_ptr<PopupContainer> mpContainer;

Completed in 161 milliseconds

12345678910>>...58