Home
last modified time | relevance | path

Searched refs:boost (Results 26 – 50 of 1437) sorted by relevance

12345678910>>...58

/aoo41x/main/sc/source/ui/sidebar/
H A DCellAppearancePropertyPanel.hxx76 ::boost::scoped_ptr< FixedText > mpFTFillColor;
77 ::boost::scoped_ptr< Window > mpTBFillColorBackground;
78 ::boost::scoped_ptr< ToolBox > mpTBFillColor;
81 ::boost::scoped_ptr< FixedText > mpFTCellBorder;
83 ::boost::scoped_ptr< ToolBox > mpTBCellBorder;
84 ::boost::scoped_ptr< CellBorderUpdater > mpCellBorderUpdater;
86 ::boost::scoped_ptr< Window > mpTBLineStyleBackground;
87 ::boost::scoped_ptr< ToolBox > mpTBLineStyle;
89 ::boost::scoped_ptr< Window > mpTBLineColorBackground;
90 ::boost::scoped_ptr< ToolBox > mpTBLineColor;
[all …]
H A DAlignmentPropertyPanel.hxx68 ::boost::scoped_ptr<Window> mpTBHorizontalBackground;
69 ::boost::scoped_ptr< ToolBox > mpTBHorizontal;
70 ::boost::scoped_ptr<Window> mpTBVerticalBackground;
71 ::boost::scoped_ptr< ToolBox > mpTBVertical;
72 ::boost::scoped_ptr< FixedText > mpFTLeftIndent;
73 ::boost::scoped_ptr< MetricField > mpMFLeftIndent;
74 ::boost::scoped_ptr< CheckBox > mpCBXWrapText;
75 ::boost::scoped_ptr< CheckBox > mpCBXMergeCell;
76 ::boost::scoped_ptr< FixedText > mpFtRotate;
78 ::boost::scoped_ptr< MetricBox > mpMtrAngle;
[all …]
/aoo41x/main/sd/source/ui/slidesorter/inc/controller/
H A DSlideSorterController.hxx127 ::boost::shared_ptr<SlotManager> GetSlotManager (void) const;
128 ::boost::shared_ptr<SelectionManager> GetSelectionManager (void) const;
234 ::boost::shared_ptr<Animator> GetAnimator (void) const;
245 ::boost::scoped_ptr<PageSelector> mpPageSelector;
246 ::boost::scoped_ptr<FocusManager> mpFocusManager;
247 ::boost::shared_ptr<SlotManager> mpSlotManager;
248 ::boost::scoped_ptr<controller::Clipboard> mpClipboard;
249 ::boost::scoped_ptr<ScrollBarManager> mpScrollBarManager;
251 ::boost::shared_ptr<SelectionManager> mpSelectionManager;
253 ::boost::shared_ptr<Animator> mpAnimator;
[all …]
/aoo41x/main/dbaccess/source/core/api/
H A Dresultcolumn.hxx47 mutable ::boost::optional< sal_Bool > m_isSigned;
48 mutable ::boost::optional< sal_Bool > m_isCurrency;
49 mutable ::boost::optional< sal_Bool > m_bSearchable;
50 mutable ::boost::optional< sal_Bool > m_isCaseSensitive;
51 mutable ::boost::optional< sal_Bool > m_isReadOnly;
52 mutable ::boost::optional< sal_Bool > m_isWritable;
54 mutable ::boost::optional< sal_Bool > m_isAutoIncrement;
55 mutable ::boost::optional< sal_Int32 > m_isNullable;
58 mutable ::boost::optional< sal_Int32 > m_nColumnType;
59 mutable ::boost::optional< sal_Int32 > m_nPrecision;
[all …]
/aoo41x/main/sd/source/ui/view/
H A DOutliner.cxx112 const ::boost::shared_ptr<ViewShell>& rpViewShell,
329 ::boost::shared_ptr<ViewShell> pOldViewShell (pViewShell); in EndSpelling()
778 ::boost::shared_ptr<DrawViewShell> pDrawViewShell ( in DetectChange()
779 ::boost::dynamic_pointer_cast<DrawViewShell>(pViewShell)); in DetectChange()
884 ::boost::shared_ptr<DrawViewShell> pDrawViewShell ( in RememberStartPosition()
942 ::boost::shared_ptr<DrawViewShell> pDrawViewShell ( in RestoreStartPosition()
1282 ::boost::shared_ptr<DrawViewShell> pDrawViewShell( in SetViewMode()
1283 ::boost::dynamic_pointer_cast<DrawViewShell>(pViewShell)); in SetViewMode()
1310 SetViewShell(::boost::shared_ptr<ViewShell>()); in SetViewMode()
1351 ::boost::shared_ptr<DrawViewShell> pDrawViewShell( in SetPage()
[all …]
/aoo41x/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.hxx79 ::boost::scoped_ptr< FixedText > mpFtPosX;
80 ::boost::scoped_ptr< MetricField > mpMtrPosX;
81 ::boost::scoped_ptr< FixedText > mpFtPosY;
82 ::boost::scoped_ptr< MetricField > mpMtrPosY;
85 ::boost::scoped_ptr< FixedText > mpFtWidth;
86 ::boost::scoped_ptr< MetricField > mpMtrWidth;
87 ::boost::scoped_ptr< FixedText > mpFtHeight;
92 ::boost::scoped_ptr< FixedText > mpFtAngle;
96 ::boost::scoped_ptr<SidebarDialControl> mpDial;
99 ::boost::scoped_ptr< FixedText > mpFtFlip;
[all …]
/aoo41x/main/slideshow/source/engine/
H A Deffectrewinder.cxx52 typedef ::boost::function<bool(void)> Action;
117 ::boost::bind(&EffectRewinder::resetEffectCount, this))); in initialize()
178 const ::boost::function<void(void)>& rSlideRewindFunctor, in rewind()
179 const ::boost::function<void(void)>& rPreviousSlideFunctor) in rewind()
206 ::boost::bind( in rewind()
217 ::boost::bind( in rewind()
246 ::boost::bind( in skipAllMainSequenceEffects()
251 ::boost::function<void(void)>()), in skipAllMainSequenceEffects()
374 const boost::function<void(void)>& rSlideRewindFunctor) in asynchronousRewind()
385 ::boost::bind( in asynchronousRewind()
[all …]
H A Ddebug.cxx67 if (::boost::dynamic_pointer_cast<BaseContainerNode>(rpNode)) in DebugGetDescription()
70 if (::boost::dynamic_pointer_cast<ParallelTimeContainer>(rpNode)) in DebugGetDescription()
72 else if (::boost::dynamic_pointer_cast<SequentialTimeContainer>(rpNode)) in DebugGetDescription()
79 else if (::boost::dynamic_pointer_cast<AnimationAudioNode>(rpNode)) in DebugGetDescription()
81 else if (::boost::dynamic_pointer_cast<AnimationColorNode>(rpNode)) in DebugGetDescription()
83 else if (::boost::dynamic_pointer_cast<AnimationCommandNode>(rpNode)) in DebugGetDescription()
85 else if (::boost::dynamic_pointer_cast<AnimationPathMotionNode>(rpNode)) in DebugGetDescription()
87 else if (::boost::dynamic_pointer_cast<AnimationSetNode>(rpNode)) in DebugGetDescription()
89 else if (::boost::dynamic_pointer_cast<AnimationTransformNode>(rpNode)) in DebugGetDescription()
91 else if (::boost::dynamic_pointer_cast<PropertyAnimationNode>(rpNode)) in DebugGetDescription()
[all …]
H A Drehearsetimingsactivity.cxx62 private ::boost::noncopyable
112 boost::weak_ptr<Activity> mpActivity;
181 boost::bind( &RehearseTimingsActivity::viewAdded, in RehearseTimingsActivity()
204 boost::shared_ptr<RehearseTimingsActivity> pActivity( in create()
227 for_each_sprite( boost::bind( &cppcanvas::Sprite::show, _1 ) ); in start()
245 for_each_sprite( boost::bind( &cppcanvas::Sprite::hide, _1 ) ); in stop()
368 boost::bind( in viewRemoved()
383 boost::bind( in viewChanged()
411 for_each_sprite( boost::bind( &cppcanvas::Sprite::move, in viewsChanged()
423 boost::bind( &RehearseTimingsActivity::paint, this, in paintAllSprites()
[all …]
/aoo41x/main/canvas/source/vcl/
H A Dspritecanvashelper.cxx103 ::boost::polymorphic_downcast< Sprite* >( in opaqueUpdateSpriteArea()
120 ::boost::polymorphic_downcast< Sprite* >( in spriteRedrawStub()
161 ::boost::polymorphic_downcast< Sprite* >( in spriteRedrawStub3()
326 ::boost::bind( in updateScreen()
328 ::boost::ref( maVDev.get() ), in updateScreen()
440 ::boost::bind( in scrollUpdate()
442 ::boost::ref( rOutDev ), in scrollUpdate()
512 ::boost::bind( in opaqueUpdate()
514 ::boost::ref( rOutDev ), in opaqueUpdate()
591 ::boost::cref( in genericUpdate()
[all …]
/aoo41x/main/svtools/inc/svtools/table/
H A Dtablemodel.hxx164 typedef ::boost::shared_ptr< ITableModelListener > PTableModelListener;
318 typedef ::boost::shared_ptr< IColumnModel > PColumnModel;
458 virtual ::boost::optional< ::Color > getLineColor() const = 0;
464 virtual ::boost::optional< ::Color > getHeaderBackgroundColor() const = 0;
470 virtual ::boost::optional< ::Color > getHeaderTextColor() const = 0;
476 virtual ::boost::optional< ::Color > getActiveSelectionBackColor() const = 0;
488 virtual ::boost::optional< ::Color > getActiveSelectionTextColor() const = 0;
500 virtual ::boost::optional< ::Color > getTextColor() const = 0;
506 virtual ::boost::optional< ::Color > getTextLineColor() const = 0;
519 virtual ::boost::optional< ::std::vector< ::Color > >
[all …]
/aoo41x/main/sd/source/ui/slidesorter/cache/
H A DSlsPageCacheManager.cxx148 ::boost::shared_ptr<PageCacheManager::Cache> mpCache;
175 ::boost::weak_ptr<PageCacheManager> PageCacheManager::mpInstance;
177 ::boost::shared_ptr<PageCacheManager> PageCacheManager::Instance (void) in Instance()
179 ::boost::shared_ptr<PageCacheManager> pInstance; in Instance()
186 pInstance = ::boost::shared_ptr<PageCacheManager>( in Instance()
219 ::boost::shared_ptr<Cache> pResult; in GetCache()
251 const ::boost::shared_ptr<Cache>& rpCache, in Recycle()
309 const ::boost::shared_ptr<Cache>& rpCache, in ChangeSize()
315 ::boost::shared_ptr<Cache> pResult; in ChangeSize()
440 ::boost::shared_ptr<Cache> pCache; in GetRecentlyUsedCache()
[all …]
/aoo41x/main/basegfx/source/range/
H A Db2dpolyrange.cxx54 boost::bind( in updateBounds()
57 boost::ref(maBounds), in updateBounds()
69 maBounds( boost::get<0>(rElem) ), in ImplB2DPolyRange()
70 maRanges( 1, boost::get<0>(rElem) ), in ImplB2DPolyRange()
71 maOrient( 1, boost::get<1>(rElem) ) in ImplB2DPolyRange()
92 return boost::make_tuple(maRanges[nIndex], in getElement()
98 maRanges[nIndex] = boost::get<0>(rElement); in setElement()
114 maBounds.expand(boost::get<0>(rElement)); in insertElement()
128 maBounds.expand(boost::get<0>(rElement)); in appendElement()
178 boost::bind( in flip()
[all …]
/aoo41x/main/vcl/inc/vcl/
H A Darrange.hxx53 boost::shared_ptr<WindowArranger> m_pChild;
74boost::shared_ptr<WindowArranger> const & i_pChild = boost::shared_ptr<WindowArranger>(), in Element()
136 boost::shared_ptr<WindowArranger> getChild( size_t i_nIndex ) const in getChild()
139 return pEle ? pEle->m_pChild : boost::shared_ptr<WindowArranger>(); in getChild()
255 void remove( boost::shared_ptr<WindowArranger> const & );
292 void setLabel( boost::shared_ptr<WindowArranger> const & );
294 void setElement( boost::shared_ptr<WindowArranger> const & );
352 { setChild( boost::shared_ptr<WindowArranger>( i_pChild ), i_nExpandPrio ); } in setChild()
367 , m_aElement( NULL, boost::shared_ptr<WindowArranger>(), i_nPrio ) in Spacer()
399boost::shared_ptr<WindowArranger> const & i_pChild = boost::shared_ptr<WindowArranger>(), in MatrixElement()
[all …]
/aoo41x/main/sd/source/ui/slidesorter/view/
H A DSlsInsertAnimator.cxx95 const ::boost::shared_ptr<PageObjectRun>& rpRunA, in operator ()()
96 const ::boost::shared_ptr<PageObjectRun>& rpRunB) const in operator ()()
104 ::boost::function<double(double)> maAccelerationFunction;
111 typedef ::boost::shared_ptr<PageObjectRun> SharedPageObjectRun;
135 virtual void AddRun (const ::boost::shared_ptr<PageObjectRun> pRun);
147 ::boost::shared_ptr<controller::Animator> mpAnimator;
297 ::boost::bind( in FindRun()
299 ::boost::bind(&PageObjectRun::mnRunIndex, _1), in FindRun()
482 ::boost::ref(*this), in RestartAnimation()
485 ::boost::bind( in RestartAnimation()
[all …]
/aoo41x/main/slideshow/source/engine/transitions/
H A Dslidechangebase.hxx57 public boost::enable_shared_from_this<SlideChangeBase>,
58 private ::boost::noncopyable
83 ::boost::optional<SlideSharedPtr> const & leavingSlide,
105 boost::shared_ptr<cppcanvas::CustomSprite> mpOutSprite;
107 boost::shared_ptr<cppcanvas::CustomSprite> mpInSprite;
146 const boost::shared_ptr<cppcanvas::CustomSprite>& rSprite,
148 const boost::shared_ptr<cppcanvas::Canvas>& rDestinationCanvas,
163 const boost::shared_ptr<cppcanvas::CustomSprite>& rSprite,
165 const boost::shared_ptr<cppcanvas::Canvas>& rDestinationCanvas,
172 boost::shared_ptr<cppcanvas::CustomSprite> createSprite(
[all …]
/aoo41x/main/slideshow/source/inc/
H A Dtools.hxx129 const boost::shared_ptr<Shape>& rShape,
135 const boost::shared_ptr<Shape>& rShape,
141 const boost::shared_ptr<Shape>& rShape,
147 const boost::shared_ptr<Shape>& rShape,
153 const boost::shared_ptr<Shape>& rShape,
159 const boost::shared_ptr<Shape>& rShape,
165 const boost::shared_ptr<Shape>& rShape,
171 const boost::shared_ptr<Shape>& rShape,
212 const boost::shared_ptr<ShapeAttributeLayer>& pAttr );
232 const boost::shared_ptr<ShapeAttributeLayer>& pAttr );
[all …]
/aoo41x/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx82 ::boost::shared_ptr<SlideSorter> SlideSorter::CreateSlideSorter( in CreateSlideSorter()
84 const ::boost::shared_ptr<sd::Window>& rpContentWindow, in CreateSlideSorter()
85 const ::boost::shared_ptr<ScrollBar>& rpHorizontalScrollBar, in CreateSlideSorter()
86 const ::boost::shared_ptr<ScrollBar>& rpVerticalScrollBar, in CreateSlideSorter()
87 const ::boost::shared_ptr<ScrollBarBox>& rpScrollBarBox) in CreateSlideSorter()
89 ::boost::shared_ptr<SlideSorter> pSlideSorter( in CreateSlideSorter()
108 ::boost::shared_ptr<SlideSorter> pSlideSorter( in CreateSlideSorter()
122 const ::boost::shared_ptr<sd::Window>& rpContentWindow, in SlideSorter()
123 const ::boost::shared_ptr<ScrollBar>& rpHorizontalScrollBar, in SlideSorter()
124 const ::boost::shared_ptr<ScrollBar>& rpVerticalScrollBar, in SlideSorter()
[all …]
/aoo41x/main/svx/source/sidebar/graphic/
H A DGraphicPropertyPanel.hxx65 ::boost::scoped_ptr< FixedText > mpFtBrightness;
67 ::boost::scoped_ptr< FixedText > mpFtContrast;
68 ::boost::scoped_ptr< MetricField > mpMtrContrast;
69 ::boost::scoped_ptr< FixedText > mpFtColorMode;
70 ::boost::scoped_ptr< ListBox > mpLBColorMode;
71 ::boost::scoped_ptr< FixedText > mpFtTrans;
72 ::boost::scoped_ptr< MetricField > mpMtrTrans;
73 ::boost::scoped_ptr< MetricField > mpMtrRed;
74 ::boost::scoped_ptr< MetricField > mpMtrGreen;
75 ::boost::scoped_ptr< MetricField > mpMtrBlue;
[all …]
/aoo41x/main/canvas/source/factory/
H A Dcf_service.cxx350 boost::bind(&OUString::equals, in lookupAndUse()
352 boost::bind( in lookupAndUse()
368 boost::bind( in lookupAndUse()
381 boost::bind( in lookupAndUse()
394 boost::bind( in lookupAndUse()
426 boost::bind(&OUString::equals, in lookupAndUse()
427 boost::cref(aCurrName), in lookupAndUse()
428 boost::bind( in lookupAndUse()
437 boost::bind(&OUString::equals, in lookupAndUse()
438 boost::cref(aCurrName), in lookupAndUse()
[all …]
/aoo41x/main/canvas/source/cairo/
H A Dcairo_spritecanvashelper.cxx252 ::boost::bind( in updateScreen()
254 boost::cref(pCompositingCairo), in updateScreen()
339 ::boost::bind( in scrollUpdate()
341 boost::cref(pCompositingCairo), in scrollUpdate()
380 ::boost::bind( &opaqueUpdateSpriteArea, in scrollUpdate()
395 ::boost::bind( &repaintBackground, in scrollUpdate()
396 boost::cref(pCompositingCairo), in scrollUpdate()
437 ::boost::bind( in opaqueUpdate()
439 boost::cref(pCompositingCairo), in opaqueUpdate()
506 ::boost::bind( &spriteRedrawStub2, in genericUpdate()
[all …]
/aoo41x/main/canvas/source/tools/
H A Dsurfaceproxy.cxx99 ::boost::mem_fn(&Surface::setColorBufferDirty)); in setColorBufferDirty()
112 ::boost::bind( &Surface::draw, in draw()
115 ::boost::cref(rPos), in draw()
116 ::boost::cref(rTransform))); in draw()
132 ::boost::bind(&Surface::drawRectangularArea, in draw()
135 ::boost::cref(rPos), in draw()
136 ::boost::cref(rArea), in draw()
137 ::boost::cref(rTransform))); in draw()
169 ::boost::bind(&Surface::drawWithClip, in draw()
172 ::boost::cref(rPos), in draw()
[all …]
/aoo41x/main/sw/source/ui/sidebar/
H A DPagePropertyPanel.hxx121 ::boost::scoped_ptr<Window> mpToolBoxOrientationBackground;
122 ::boost::scoped_ptr<ToolBox> mpToolBoxOrientation;
124 ::boost::scoped_ptr<Window> mpToolBoxMarginBackground;
125 ::boost::scoped_ptr<ToolBox> mpToolBoxMargin;
127 ::boost::scoped_ptr<Window> mpToolBoxSizeBackground;
128 ::boost::scoped_ptr<ToolBox> mpToolBoxSize;
130 ::boost::scoped_ptr<Window> mpToolBoxColumnBackground;
131 ::boost::scoped_ptr<ToolBox> mpToolBoxColumn;
183 ::boost::scoped_ptr<SvxPageItem> mpPageItem;
191 ::boost::scoped_ptr<SvxSizeItem> mpPageSizeItem;
[all …]
/aoo41x/main/cppcanvas/inc/cppcanvas/
H A Drenderer.hxx108 ::boost::optional< Color::IntSRGBA > maFillColor;
111 ::boost::optional< Color::IntSRGBA > maLineColor;
114 ::boost::optional< Color::IntSRGBA > maTextColor;
117 ::boost::optional< ::rtl::OUString > maFontName;
127 ::boost::optional< ::basegfx::B2DHomMatrix > maTextTransformation;
130 ::boost::optional< sal_Int8 > maFontWeight;
133 ::boost::optional< sal_Int8 > maFontLetterForm;
136 ::boost::optional< sal_Int8 > maFontProportion;
139 ::boost::optional< bool > maFontUnderline;
143 typedef ::boost::shared_ptr< ::cppcanvas::Renderer > RendererSharedPtr;
/aoo41x/main/sd/source/ui/framework/factories/
H A DBasicViewFactory.cxx98 ::boost::shared_ptr<sd::ViewShell> mpViewShell;
101 static bool CompareView (const ::boost::shared_ptr<ViewDescriptor>& rpDescriptor, in CompareView()
113 : public ::std::vector<boost::shared_ptr<ViewDescriptor> >
121 : public ::std::vector<boost::shared_ptr<ViewDescriptor> >
258 ::boost::bind(&ViewDescriptor::CompareView, _1, rxView))); in releaseResource()
352 ::boost::shared_ptr<ViewDescriptor> pDescriptor (new ViewDescriptor()); in CreateView()
380 ::boost::shared_ptr<ViewShell> BasicViewFactory::CreateViewShell ( in CreateViewShell()
387 ::boost::shared_ptr<ViewShell> pViewShell; in CreateViewShell()
463 const ::boost::shared_ptr<ViewDescriptor>& rpDescriptor, in ReleaseView()
544 ::boost::shared_ptr<ViewDescriptor> pDescriptor; in GetViewFromCache()
[all …]

Completed in 965 milliseconds

12345678910>>...58