Home
last modified time | relevance | path

Searched refs:boost (Results 176 – 200 of 1444) sorted by relevance

12345678910>>...58

/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx74 ::boost::shared_ptr<PageObjectLayouter> mpPageObjectLayouter;
75 ::boost::shared_ptr<view::Theme> mpTheme;
218 const ::boost::shared_ptr<view::Theme>& rpTheme);
245 const ::boost::shared_ptr<view::Theme>& rpTheme);
271 const ::boost::shared_ptr<view::Theme>& rpTheme);
298 const ::boost::shared_ptr<view::Theme>& rpTheme);
322 const ::boost::shared_ptr<Theme>& rpTheme) in Layouter()
569 const ::boost::shared_ptr<view::Theme>& rpTheme) in Implementation()
1204 const ::boost::shared_ptr<view::Theme>& rpTheme) in HorizontalImplementation()
1283 const ::boost::shared_ptr<view::Theme>& rpTheme) in VerticalImplementation()
[all …]
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsScrollBarManager.hxx170 const ::boost::function<void(void)>& rAutoScrollFunctor);
195 ::boost::shared_ptr<ScrollBar> mpHorizontalScrollBar;
200 ::boost::shared_ptr<ScrollBar> mpVerticalScrollBar;
216 ::boost::shared_ptr<ScrollBarBox> mpScrollBarFiller;
231 ::boost::function<void(void)> maAutoScrollFunctor;
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionFunction.cxx242 ::boost::optional<Point> maButtonDownLocation;
324 ::boost::scoped_ptr<DragAndDropContext> mpDragAndDropContext;
807 ::boost::shared_ptr<ModeHandler> pModeHandler (mpModeHandler); in ProcessEvent()
827 SwitchMode(::boost::shared_ptr<ModeHandler>( in SwitchToNormalMode()
838 SwitchMode(::boost::shared_ptr<ModeHandler>( in SwitchToDragAndDropMode()
851 SwitchMode(::boost::shared_ptr<ModeHandler>( in SwitchToMultiSelectionMode()
876 void SelectionFunction::SwitchMode (const ::boost::shared_ptr<ModeHandler>& rpHandler) in SwitchMode()
908 ::boost::shared_ptr<NormalModeHandler> pHandler ( in ResetMouseAnchor()
909 ::boost::dynamic_pointer_cast<NormalModeHandler>(mpModeHandler)); in ResetMouseAnchor()
1566 maButtonDownLocation = ::boost::optional<Point>(); in ResetButtonDownLocation()
[all …]
H A DSlsTransferableData.cxx42 … ::boost::shared_ptr<TransferableData> pData (new TransferableData(pViewShell, rRepresentatives)); in CreateTransferable()
50 ::boost::shared_ptr<TransferableData> TransferableData::GetFromTransferable (const SdTransferable* … in GetFromTransferable()
52 ::boost::shared_ptr<TransferableData> pData; in GetFromTransferable()
55 pData = ::boost::dynamic_pointer_cast<TransferableData>(pTransferable->GetUserData(nIndex)); in GetFromTransferable()
59 return ::boost::shared_ptr<TransferableData>(); in GetFromTransferable()
/trunk/main/vcl/source/window/
H A Darrange.cxx493 …m_aElements.push_back( WindowArranger::Element( i_pWindow, boost::shared_ptr<WindowArranger>(), i_… in addWindow()
500 …m_aElements.insert( it, WindowArranger::Element( i_pWindow, boost::shared_ptr<WindowArranger>(), i… in addWindow()
505 size_t RowOrColumn::addChild( boost::shared_ptr<WindowArranger> const & i_pChild, sal_Int32 i_nExpa… in addChild()
539 void RowOrColumn::remove( boost::shared_ptr<WindowArranger> const & i_pChild ) in remove()
632 void LabeledElement::setLabel( boost::shared_ptr<WindowArranger> const & i_pLabel ) in setLabel()
644 void LabeledElement::setElement( boost::shared_ptr<WindowArranger> const & i_pElement ) in setElement()
756 size_t LabelColumn::addRow( Window* i_pLabel, boost::shared_ptr<WindowArranger> const& i_rElement, … in addRow()
758 boost::shared_ptr< LabeledElement > xLabel( new LabeledElement( this, 1 ) ); in addRow()
769 boost::shared_ptr< LabeledElement > xLabel( new LabeledElement( this, 1 ) ); in addRow()
819 void Indenter::setChild( boost::shared_ptr<WindowArranger> const & i_pChild, sal_Int32 i_nExpandPri… in setChild()
[all …]
/trunk/main/canvas/inc/canvas/base/
H A Dgraphicdevicebase.hxx126 boost::bind(&DeviceHelper::isAccelerated, in GraphicDeviceBase()
127 boost::ref(maDeviceHelper))) in GraphicDeviceBase()
129 boost::bind(&DeviceHelper::getDeviceHandle, in GraphicDeviceBase()
130 boost::ref(maDeviceHelper))) in GraphicDeviceBase()
132 boost::bind(&DeviceHelper::getSurfaceHandle, in GraphicDeviceBase()
133 boost::ref(maDeviceHelper))) in GraphicDeviceBase()
135 boost::bind(&ThisType::getDumpScreenContent, in GraphicDeviceBase()
137 boost::bind(&ThisType::setDumpScreenContent, in GraphicDeviceBase()
/trunk/main/sd/source/ui/framework/configuration/
H A DConfigurationUpdater.hxx58 const ::boost::shared_ptr<ConfigurationControllerBroadcaster>& rpBroadcaster,
59 const ::boost::shared_ptr<ConfigurationControllerResourceManager>& rpResourceManager,
88 ::boost::shared_ptr<ConfigurationUpdaterLock> GetLock (void);
97 ::boost::shared_ptr<ConfigurationControllerBroadcaster> mpBroadcaster;
148 ::boost::shared_ptr<ConfigurationControllerResourceManager> mpResourceManager;
H A DConfigurationControllerResourceManager.hxx45 : ::boost::noncopyable
65 const ::boost::shared_ptr<ResourceFactoryManager>& rpResourceFactoryContainer,
66 const ::boost::shared_ptr<ConfigurationControllerBroadcaster>& rpBroadcaster);
115 ::boost::shared_ptr<ResourceFactoryManager> mpResourceFactoryContainer;
120 ::boost::shared_ptr<ConfigurationControllerBroadcaster> mpBroadcaster;
/trunk/main/sfx2/source/dialog/
H A Dpasswd.cxx128 boost::shared_ptr<vcl::RowOrColumn> xLayout = in SfxPasswordDialog()
129 boost::dynamic_pointer_cast<vcl::RowOrColumn>( getLayout() ); in SfxPasswordDialog()
136 boost::shared_ptr<vcl::LabelColumn> xEdits( new vcl::LabelColumn( xLayout.get() ) ); in SfxPasswordDialog()
169 boost::shared_ptr<vcl::RowOrColumn> xButtons( new vcl::RowOrColumn( xLayout.get(), false ) ); in SfxPasswordDialog()
245 boost::shared_ptr<vcl::RowOrColumn> xLayout = in Execute()
246 boost::dynamic_pointer_cast<vcl::RowOrColumn>( getLayout() ); in Execute()
/trunk/main/svx/inc/svx/
H A Ddrawitem.hxx39 typedef ::boost::shared_ptr< XColorList > XColorListSharedPtr;
72 typedef ::boost::shared_ptr< XGradientList > XGradientListSharedPtr;
106 typedef ::boost::shared_ptr< XHatchList > XHatchListSharedPtr;
140 typedef ::boost::shared_ptr< XBitmapList > XBitmapListSharedPtr;
174 typedef ::boost::shared_ptr< XDashList > XDashListSharedPtr;
208 typedef ::boost::shared_ptr< XLineEndList > XLineEndListSharedPtr;
H A Dxtable.hxx205 typedef ::boost::shared_ptr< XColorList > XColorListSharedPtr;
206 typedef ::boost::shared_ptr< XLineEndList > XLineEndListSharedPtr;
207 typedef ::boost::shared_ptr< XDashList > XDashListSharedPtr;
208 typedef ::boost::shared_ptr< XHatchList > XHatchListSharedPtr;
209 typedef ::boost::shared_ptr< XGradientList > XGradientListSharedPtr;
210 typedef ::boost::shared_ptr< XBitmapList > XBitmapListSharedPtr;
/trunk/main/xmloff/source/core/
H A DRDFaExportHelper.cxx203 ::boost::make_transform_iterator( in AddRDFa()
205 ::boost::bind(&makeCURIE, &m_rExport, in AddRDFa()
206 ::boost::bind(&rdf::Statement::Predicate, _1))), in AddRDFa()
208 ::boost::make_transform_iterator( in AddRDFa()
210 ::boost::bind(&makeCURIE, &m_rExport, in AddRDFa()
211 ::boost::bind(&rdf::Statement::Predicate, _1))), in AddRDFa()
/trunk/main/sd/source/ui/sidebar/
H A DMasterPageContainerFiller.cxx54 ::boost::shared_ptr<PageObjectProvider>(new DefaultPageObjectProvider()), in MasterPageContainerFiller()
55 ::boost::shared_ptr<PreviewProvider>(new PagePreviewProvider()))); in MasterPageContainerFiller()
169 ::boost::shared_ptr<PageObjectProvider>( in AddTemplate()
171 ::boost::shared_ptr<PreviewProvider>( in AddTemplate()
179 pDescriptor->mpPreviewProvider = ::boost::shared_ptr<PreviewProvider>( in AddTemplate()
H A DMasterPageDescriptor.hxx34 typedef ::boost::shared_ptr<MasterPageDescriptor> SharedMasterPageDescriptor;
49 const ::boost::shared_ptr<PageObjectProvider>& rpPageObjectProvider,
50 const ::boost::shared_ptr<PreviewProvider>& rpPreviewProvider);
189 ::boost::shared_ptr<PreviewProvider> mpPreviewProvider;
194 ::boost::shared_ptr<PageObjectProvider> mpPageObjectProvider;
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsPageObjectViewObjectContact.hxx78 const ::boost::shared_ptr<cache::PageCache>& rpCache,
79 const ::boost::shared_ptr<controller::Properties>& rpProperties);
85 void SetCache (const ::boost::shared_ptr<cache::PageCache>& rpCache);
205 ::boost::shared_ptr<cache::PageCache> mpCache;
207 ::boost::shared_ptr<controller::Properties> mpProperties;
/trunk/main/reportdesign/source/ui/misc/
H A DFunctionHelper.cxx70 … ::boost::shared_ptr< FunctionCategory > pCategory(new FunctionCategory(this,_nPos + 1,xCategory)); in getCategory()
98 ::boost::shared_ptr< FunctionDescription > FunctionManager::get(const uno::Reference< report::meta:… in get()
100 ::boost::shared_ptr< FunctionDescription > pDesc; in get()
112 …oryFind = m_aCategories.insert(TCategoriesMap::value_type(sCategoryName,::boost::shared_ptr< Funct… in get()
115 …aFunctionFind = m_aFunctions.insert(TFunctionsMap::value_type(sFunctionName,::boost::shared_ptr<Fu… in get()
140 …::boost::shared_ptr< FunctionDescription > pFunction = m_pFunctionManager->get(xFunctionDescriptio… in getFunction()
/trunk/main/canvas/source/directx/
H A Ddx_spritecanvashelper.cxx74 ::boost::polymorphic_downcast< Sprite* >( in spriteRedraw()
84 ::boost::polymorphic_downcast< Sprite* >( in spriteRedrawStub()
95 ::boost::polymorphic_downcast< Sprite* >( in spriteRedrawStub2()
310 ::boost::bind( &repaintBackground, in scrollUpdate()
312 ::boost::cref(maScrapRect), in scrollUpdate()
313 ::boost::cref(mpBackBuffer) ) ); in scrollUpdate()
/trunk/main/oox/inc/oox/drawingml/diagram/
H A Ddiagramlayoutatoms.hxx81 typedef boost::shared_ptr< LayoutAtom > LayoutAtomPtr;
132 typedef boost::shared_ptr< ForEachAtom > ForEachAtomPtr;
158 typedef boost::shared_ptr< ConditionAtom > ConditionAtomPtr;
188 typedef boost::array< ::com::sun::star::uno::Any, 9 > VarMap;
201 typedef boost::shared_ptr< LayoutNode > LayoutNodePtr;
/trunk/main/svtools/source/toolpanel/
H A Dtoolpanelcollection.cxx44 ::boost::optional< size_t > aActivePanel;
70 ::boost::optional< size_t > ToolPanelCollection::GetActivePanel() const in GetActivePanel()
76 void ToolPanelCollection::ActivatePanel( const ::boost::optional< size_t >& i_rPanel ) in ActivatePanel()
88 const ::boost::optional< size_t > aOldPanel( m_pData->aActivePanel ); in ActivatePanel()
138 const ::boost::optional< size_t > aOldActive( m_pData->aActivePanel ); in RemovePanel()
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx102 ::boost::shared_ptr<SlideSorterViewShell> SlideSorterViewShell::Create ( in Create()
111 ::boost::shared_ptr<SlideSorterViewShell> pViewShell; in Create()
244 ::boost::shared_ptr<FrameworkHelper> pFrameworkHelper (FrameworkHelper::Instance(rBase)); in GetSlideSorter()
401 ::boost::shared_ptr<ViewShell> pMainViewShell = GetViewShellBase().GetMainViewShell(); in GetActualPage()
574 ::boost::shared_ptr<ViewShell> pMainViewShell (GetViewShellBase().GetMainViewShell()); in Activate()
665 ::boost::shared_ptr<ViewShell> pMainViewShell = GetViewShellBase().GetMainViewShell(); in ReadFrameViewData()
833 ::boost::shared_ptr<SlideSorterViewShell::PageSelection>
844 const ::boost::shared_ptr<PageSelection>& rSelection) in SetPageSelection()
/trunk/main/basebmp/inc/basebmp/
H A Dbitmapdevice.hxx59 typedef boost::shared_ptr< class BitmapDevice > BitmapDeviceSharedPtr;
60 typedef boost::shared_array< sal_uInt8 > RawMemorySharedArray;
61 typedef boost::shared_ptr< const std::vector<Color> > PaletteMemorySharedVector;
77 class BASEBMP_DLLPUBLIC BitmapDevice : public boost::enable_shared_from_this<BitmapDevice>,
78 private boost::noncopyable
639 boost::scoped_ptr< ImplBitmapDevice > mpImpl;
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx299 ::boost::scoped_ptr<MultiSelection> mpSelectedPages;
312 const ::boost::shared_ptr<ViewShell> pView) in PrintInfo()
1356 ::boost::shared_ptr<DrawViewShell> pDrawViewShell( in PrintPage()
1426 ::boost::scoped_ptr<PrintOptions> mpOptions;
1428 ::boost::scoped_ptr<DrawView> mpPrintView;
1848 ::boost::shared_ptr<PrinterPage>( in PrepareOutline()
1967 ::boost::shared_ptr<PrinterPage>( in PrepareHandout()
2203 ::boost::shared_ptr<PrinterPage>( in PrepareBooklet()
2239 ::boost::shared_ptr<PrinterPage>( in PrepareTiledPage()
2295 ::boost::shared_ptr<PrinterPage>( in PrepareScaledPage()
[all …]
/trunk/main/sd/source/ui/inc/
H A DSlideSorterViewShell.hxx52 static ::boost::shared_ptr<SlideSorterViewShell> Create(
144 ::boost::shared_ptr<PageSelection> GetPageSelection (void) const;
146 void SetPageSelection (const ::boost::shared_ptr<PageSelection>& rSelection);
197 ::boost::shared_ptr<SlideSorter> mpSlideSorter;
214 typedef ::boost::shared_ptr<SlideSorterViewShell::PageSelection> SharedPageSelection;
/trunk/main/sw/inc/
H A Dfmtmeta.hxx97 ::boost::shared_ptr< ::sw::Meta > m_pMeta;
111 explicit SwFmtMeta( ::boost::shared_ptr< ::sw::Meta > const & i_pMeta,
204 : private ::boost::noncopyable
207 typedef ::std::vector< ::boost::weak_ptr<MetaField> > MetaFieldList_t;
212 ::boost::shared_ptr<MetaField> makeMetaField(
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDocumentWrapper.cxx284 …WrappedDataSourceLabelsInFirstRowProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2Model…
297 ::boost::shared_ptr< Chart2ModelContact > m_spChart2ModelContact;
386 …WrappedDataSourceLabelsInFirstColumnProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2Mo…
399 ::boost::shared_ptr< Chart2ModelContact > m_spChart2ModelContact;
488 WrappedHasLegendProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
501 ::boost::shared_ptr< Chart2ModelContact > m_spChart2ModelContact;
504 WrappedHasLegendProperty::WrappedHasLegendProperty( ::boost::shared_ptr< Chart2ModelContact > spCha… in WrappedHasLegendProperty()
576 WrappedHasMainTitleProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
589 ::boost::shared_ptr< Chart2ModelContact > m_spChart2ModelContact;
653 WrappedHasSubTitleProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
[all …]

Completed in 256 milliseconds

12345678910>>...58