Home
last modified time | relevance | path

Searched refs:boost (Results 1 – 25 of 1436) sorted by relevance

12345678910>>...58

/AOO41X/main/boost/prj/
H A Dd.lst1 mkdir: %_DEST%\inc%_EXT%\boost
2 mkdir: %_DEST%\inc%_EXT%\boost\accumulators
3 mkdir: %_DEST%\inc%_EXT%\boost\accumulators\framework
4 mkdir: %_DEST%\inc%_EXT%\boost\accumulators\framework\accumulators
5 mkdir: %_DEST%\inc%_EXT%\boost\accumulators\framework\parameters
6 mkdir: %_DEST%\inc%_EXT%\boost\accumulators\numeric
7 mkdir: %_DEST%\inc%_EXT%\boost\accumulators\numeric\detail
8 mkdir: %_DEST%\inc%_EXT%\boost\accumulators\numeric\functional
9 mkdir: %_DEST%\inc%_EXT%\boost\accumulators\statistics
10 mkdir: %_DEST%\inc%_EXT%\boost\accumulators\statistics\parameters
[all …]
/AOO41X/main/boost/
H A Dmakefile.mk30 PRJNAME=boost
51 PATCH_FILES+=boost-os2.patch
79 @$(GNUCOPY) -R $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/*.h $(INCCOM)$/$(PRJNAME)
80 @$(GNUCOPY) -R $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/*.hpp $(INCCOM)$/$(PRJNAME)
81 @$(GNUCOPY) -R $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/accumulators $(INCCOM)$/$(PRJNAME)
82 @$(GNUCOPY) -R $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/algorithm $(INCCOM)$/$(PRJNAME)
83 @$(GNUCOPY) -R $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/archive $(INCCOM)$/$(PRJNAME)
84 @$(GNUCOPY) -R $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/asio $(INCCOM)$/$(PRJNAME)
85 @$(GNUCOPY) -R $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/assign $(INCCOM)$/$(PRJNAME)
86 @$(GNUCOPY) -R $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/bimap $(INCCOM)$/$(PRJNAME)
[all …]
H A Dboost_1_55_0.patch1 diff -ur misc/boost_1_55_0/boost/asio/ssl/impl/context.ipp misc/build/boost_1_55_0/boost/asio/ssl/i…
2 --- misc/boost_1_55_0/boost/asio/ssl/impl/context.ipp 2013-10-26 16:25:53.000000000 -0700
3 +++ misc/build/boost_1_55_0/boost/asio/ssl/impl/context.ipp 2016-03-23 01:11:12.425434000 -0700
12 + boost::asio::detail::throw_error(
13 + boost::asio::error::invalid_argument, "context");
27 diff -ur misc/boost_1_55_0/boost/asio/ssl/old/detail/openssl_context_service.hpp misc/build/boost_1…
28 --- misc/boost_1_55_0/boost/asio/ssl/old/detail/openssl_context_service.hpp 2013-05-20 05:32:20.000…
29 +++ misc/build/boost_1_55_0/boost/asio/ssl/old/detail/openssl_context_service.hpp 2016-03-23 01:1…
38 + boost::asio::detail::throw_error(boost::asio::error::invalid_argument);
52 diff -ur misc/boost_1_55_0/boost/bind/arg.hpp misc/build/boost_1_55_0/boost/bind/arg.hpp
[all …]
/AOO41X/main/vcl/workben/
H A Doutdevgrind.cxx93 typedef boost::function1<void, OutputDevice*> functor_type;
173 boost::bind( in setupMethodStubs()
181 boost::bind( in setupMethodStubs()
190 boost::bind( in setupMethodStubs()
201 boost::bind( in setupMethodStubs()
210 boost::bind( in setupMethodStubs()
221 boost::bind( in setupMethodStubs()
230 boost::bind( in setupMethodStubs()
239 boost::bind( in setupMethodStubs()
248 boost::bind( in setupMethodStubs()
[all …]
/AOO41X/main/slideshow/source/engine/slide/
H A Dlayer.cxx80 boost::bind<bool>( in addView()
82 boost::bind( &ViewEntry::getView, _1 ), in addView()
83 boost::cref( rNewView )))) != aEnd ) in addView()
113 boost::bind<bool>( in removeView()
115 boost::bind( &ViewEntry::getView, _1 ), in removeView()
116 boost::cref( rView )))) == aEnd ) in removeView()
124 boost::bind<bool>( in removeView()
126 boost::bind( &ViewEntry::getView, _1 ), in removeView()
127 boost::cref( rView ))) == 1, in removeView()
142 boost::bind<bool>( in viewChanged()
[all …]
H A Dlayermanager.cxx42 namespace boost namespace
107 ::boost::bind(&LayerManager::viewAdded, in LayerManager()
122 boost::mem_fn(&View::clearAll)); in activate()
127 boost::bind( &Layer::addUpdateRange, in activate()
129 boost::cref(maPageBounds) )); in activate()
137 boost::mem_fn( &Layer::clearUpdateRanges )); in activate()
159 boost::bind( &Shape::clearAllViewLayers, in deactivate()
160 boost::bind( std::select1st<LayerShapeMap::value_type>(), in deactivate()
198 boost::bind(&Layer::addView, in viewAdded()
200 boost::cref(rView)), in viewAdded()
[all …]
/AOO41X/main/svx/source/sidebar/line/
H A DLinePropertyPanel.hxx51 typedef ::boost::shared_ptr< XLineEndList > XLineEndListSharedPtr;
52 typedef ::boost::shared_ptr< XDashList > XDashListSharedPtr;
100 ::boost::scoped_ptr< FixedText > mpFTWidth;
101 ::boost::scoped_ptr< Window > mpTBWidthBackground;
102 ::boost::scoped_ptr< ToolBox > mpTBWidth;
103 ::boost::scoped_ptr< FixedText > mpFTColor;
104 ::boost::scoped_ptr< Window > mpTBColorBackground;
105 ::boost::scoped_ptr< ToolBox > mpTBColor;
106 ::boost::scoped_ptr< FixedText > mpFTStyle;
107 ::boost::scoped_ptr< ListBox > mpLBStyle;
[all …]
/AOO41X/main/sd/source/ui/inc/
H A DSlideSorter.hxx66 typedef ::boost::shared_ptr<sd::Window> SharedSdWindow;
80 : private ::boost::noncopyable
108 static ::boost::shared_ptr<SlideSorter> CreateSlideSorter (
110 const ::boost::shared_ptr<sd::Window>& rpContentWindow,
111 const ::boost::shared_ptr<ScrollBar>& rpHorizontalScrollBar,
112 const ::boost::shared_ptr<ScrollBar>& rpVerticalScrollBar,
113 const ::boost::shared_ptr<ScrollBarBox>& rpScrollBarBox);
125 static ::boost::shared_ptr<SlideSorter> CreateSlideSorter (
132 ::boost::shared_ptr<ScrollBar> GetVerticalScrollBar (void) const;
136 ::boost::shared_ptr<ScrollBar> GetHorizontalScrollBar (void) const;
[all …]
/AOO41X/main/slideshow/source/engine/
H A Deventmultiplexer.cxx65 namespace boost namespace
81 typedef boost::shared_ptr<HandlerT> HandlerSharedPtrT;
132 private ::boost::noncopyable
326 ::boost::weak_ptr< Event > mpTickEvent;
362 makeEvent( boost::bind( &EventMultiplexerImpl::mousePressed, in mousePressed()
377 makeEvent( boost::bind( &EventMultiplexerImpl::mouseReleased, in mouseReleased()
405 makeEvent( boost::bind( &EventMultiplexerImpl::mouseDragged, in mouseDragged()
420 makeEvent( boost::bind( &EventMultiplexerImpl::mouseMoved, in mouseMoved()
434 boost::bind( &AnimationEventHandler::handleAnimationEvent, in notifyAllAnimationHandlers()
435 _1, boost::cref(rNode) ) ); in notifyAllAnimationHandlers()
[all …]
H A Dsmilfunctionparser.cxx91 typedef ::boost::shared_ptr< ParserContext > ParserContextSharedPtr;
377 …template< typename T > struct custom_real_parser_policies : public ::boost::spirit::ureal_parser_p…
380 … static typename ::boost::spirit::parser_result< ::boost::spirit::chlit<>, ScannerT >::type
384 return ::boost::spirit::ch_p('E').parse(scan); in parse_exp()
415 class ExpressionGrammar : public ::boost::spirit::grammar< ExpressionGrammar >
434 using ::boost::spirit::str_p; in definition()
435 using ::boost::spirit::real_parser; in definition()
501 const ::boost::spirit::rule< ScannerT >& start() const in start()
509 ::boost::spirit::rule< ScannerT > additiveExpression;
510 ::boost::spirit::rule< ScannerT > multiplicativeExpression;
[all …]
H A Dusereventqueue.cxx193 boost::bind( &EventQueue::addEvent, in handleAnimationEvent()
194 boost::ref( mrEventQueue ), _1 ) ); in handleAnimationEvent()
335 makeEvent( boost::bind( &EventMultiplexer::notifyNextEffect, in handleEvent_impl()
336 boost::ref(mrEventMultiplexer) ), in handleEvent_impl()
614 boost::shared_ptr< Handler >& rHandler, in registerEvent()
633 boost::shared_ptr< Handler >& rHandler, in registerEvent()
793 boost::bind( &EventMultiplexer::addSlideStartHandler, in registerSlideStartEvent()
794 boost::ref( mrMultiplexer ), _1 ) ); in registerSlideStartEvent()
801 boost::bind( &EventMultiplexer::addSlideEndHandler, in registerSlideEndEvent()
802 boost::ref( mrMultiplexer ), _1 ) ); in registerSlideEndEvent()
[all …]
H A Dslideshowimpl.cxx455 boost::optional<RGBColor> maUserPaintColor;
460 boost::optional<bool> maEraseAllInk;
461 boost::optional<bool> maSwitchPenMode;
462 boost::optional<bool> maSwitchEraserMode;
463 boost::optional<sal_Int32> maEraseInk;
466 boost::shared_ptr<canvas::tools::ElapsedTime> mpPresTimer;
474 boost::shared_ptr<SeparateListenerImpl> mpListener;
476 boost::shared_ptr<RehearseTimingsActivity> mpRehearseTimingsActivity;
477 boost::shared_ptr<WaitSymbol> mpWaitSymbol;
526 private boost::noncopyable
[all …]
/AOO41X/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.hxx103 ::boost::scoped_ptr<Window> mpAlignToolBoxBackground;
104 ::boost::scoped_ptr<ToolBox> mpAlignToolBox;
105 ::boost::scoped_ptr<Window> mpTBxVertAlignBackground;
106 ::boost::scoped_ptr<ToolBox> mpTBxVertAlign;
108 ::boost::scoped_ptr<Window> mpTBxNumBulletBackground;
109 ::boost::scoped_ptr<ToolBox> mpTBxNumBullet;
110 ::boost::scoped_ptr<Window> mpTBxBackColorBackground;
111 ::boost::scoped_ptr<ToolBox> mpTBxBackColor;
113 ::boost::scoped_ptr<FixedText> mpFTUL;
114 ::boost::scoped_ptr<Window> mpTbxUL_IncDecBackground;
[all …]
/AOO41X/main/sdext/source/presenter/
H A DPresenterPaneAnimator.cxx61 : public ::boost::enable_shared_from_this<PresenterPaneAnimatorBase>,
73 typedef ::std::vector< ::boost::function<void()> > EndOperators;
85 ::std::vector< ::boost::shared_ptr<PaneGroup> > maPaneGroups;
140 ::boost::shared_ptr<PresenterSprite> maNewPaneSprite;
190 typedef ::boost::function<void(double)> Animation;
208 ::boost::shared_ptr<PresenterSprite> GetSubstitution (void);
224 ::boost::shared_ptr<PresenterSprite> mpSubstitution;
227 typedef ::boost::shared_ptr<PaneGroup> SharedPaneGroup;
230 const ::boost::function<void(geometry::RealPoint2D)>& rSetter,
237 const ::boost::function<void(T)>& rSetter,
[all …]
H A DPresenterTheme.cxx123 ::boost::shared_ptr<PresenterTheme::Theme> ReadTheme (
149 ::boost::shared_ptr<PaneStyle> mpParentStyle;
153 ::boost::shared_ptr<PresenterBitmapContainer> mpBitmaps;
162 typedef ::boost::shared_ptr<PaneStyle> SharedPaneStyle;
199 ::boost::shared_ptr<ViewStyle> mpParentStyle;
201 ::boost::shared_ptr<PresenterBitmapContainer> mpBitmaps;
205 typedef ::boost::shared_ptr<ViewStyle> SharedViewStyle;
231 typedef ::boost::shared_ptr<ViewDescriptor> SharedViewDescriptor;
273 ::boost::shared_ptr<Theme> mpParentTheme;
280 ::boost::shared_ptr<PresenterBitmapContainer> mpIconContainer;
[all …]
/AOO41X/main/sdext/source/pdfimport/pdfparse/
H A Dpdfparse.cxx55 using namespace boost::spirit;
151 …comment = lexeme_d[ (ch_p('%') >> *(~ch_p('\r') & ~ch_p('\n')) >> eol_p)[boost::bind(&PDFGramm… in definition()
153 … boolean = (str_p("true") | str_p("false"))[boost::bind(&PDFGrammar::pushBool, pSelf, _1, _2)]; in definition()
157 …r_p("stream") >> *(anychar_p - str_p("endstream")) >> str_p("endstream"))[boost::bind(&PDFGrammar:… in definition()
162 [boost::bind(&PDFGrammar::pushName, pSelf, _1, _2)] ]; in definition()
171 [boost::bind(&PDFGrammar::pushString,pSelf, _1, _2)]; in definition()
173 null_object = str_p( "null" )[boost::bind(&PDFGrammar::pushNull, pSelf, _1, _2)]; in definition()
180 )[boost::bind(&PDFGrammar::pushObjectRef, pSelf, _1, _2)]; in definition()
182 objectref = ( uint_p[boost::bind(&PDFGrammar::push_back_action_uint, pSelf, _1)] in definition()
183 >> uint_p[boost::bind(&PDFGrammar::push_back_action_uint, pSelf, _1)] in definition()
[all …]
/AOO41X/main/sdext/source/pdfimport/tree/
H A Dtreevisitorfactory.cxx37 … virtual boost::shared_ptr<ElementTreeVisitor> createOptimizingVisitor(PDFIProcessor& rProc) const in createOptimizingVisitor()
39 return boost::shared_ptr<ElementTreeVisitor>(new WriterXmlOptimizer(rProc)); in createOptimizingVisitor()
42 virtual boost::shared_ptr<ElementTreeVisitor> createStyleCollectingVisitor( in createStyleCollectingVisitor()
46 return boost::shared_ptr<ElementTreeVisitor>(new WriterXmlFinalizer(rStyles,rProc)); in createStyleCollectingVisitor()
49 …virtual boost::shared_ptr<ElementTreeVisitor> createEmittingVisitor(EmitContext& rEmitContext, PDF… in createEmittingVisitor()
51 return boost::shared_ptr<ElementTreeVisitor>(new WriterXmlEmitter(rEmitContext)); in createEmittingVisitor()
59 … virtual boost::shared_ptr<ElementTreeVisitor> createOptimizingVisitor(PDFIProcessor& rProc) const in createOptimizingVisitor()
61 return boost::shared_ptr<ElementTreeVisitor>(new DrawXmlOptimizer(rProc)); in createOptimizingVisitor()
64 virtual boost::shared_ptr<ElementTreeVisitor> createStyleCollectingVisitor( in createStyleCollectingVisitor()
68 return boost::shared_ptr<ElementTreeVisitor>(new DrawXmlFinalizer(rStyles,rProc)); in createStyleCollectingVisitor()
[all …]
/AOO41X/main/svx/source/sidebar/text/
H A DTextPropertyPanel.hxx94 ::boost::scoped_ptr<SvxSBFontNameBox> mpFontNameBox;
96 ::boost::scoped_ptr<Window> mpToolBoxFontBackground;
97 ::boost::scoped_ptr<ToolBox> mpToolBoxFont;
98 ::boost::scoped_ptr<Window> mpToolBoxIncDecBackground;
99 ::boost::scoped_ptr<ToolBox> mpToolBoxIncDec;
100 ::boost::scoped_ptr<Window> mpToolBoxScriptBackground;
101 ::boost::scoped_ptr<ToolBox> mpToolBoxScript;
102 ::boost::scoped_ptr<Window> mpToolBoxScriptSwBackground;
103 ::boost::scoped_ptr<ToolBox> mpToolBoxScriptSw;
104 ::boost::scoped_ptr<Window> mpToolBoxSpacingBackground;
[all …]
/AOO41X/main/connectivity/source/commontools/
H A DRowFunctionParser.cxx169 typedef ::boost::shared_ptr< ParserContext > ParserContextSharedPtr;
332 class ExpressionGrammar : public ::boost::spirit::grammar< ExpressionGrammar >
351 using ::boost::spirit::str_p; in definition()
352 using ::boost::spirit::space_p; in definition()
353 using ::boost::spirit::range_p; in definition()
354 using ::boost::spirit::lexeme_d; in definition()
355 using ::boost::spirit::real_parser; in definition()
356 using ::boost::spirit::chseq_p; in definition()
357 using ::boost::spirit::ch_p; in definition()
358 using ::boost::spirit::int_p; in definition()
[all …]
/AOO41X/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.hxx108 ::boost::scoped_ptr< FixedText > mpColorTextFT;
109 ::boost::scoped_ptr< SvxFillTypeBox > mpLbFillType;
110 ::boost::scoped_ptr< SvxFillAttrBox > mpLbFillAttr;
111 ::boost::scoped_ptr< Window > mpToolBoxColorBackground;
112 ::boost::scoped_ptr< ToolBox > mpToolBoxColor; // for new color picker
113 ::boost::scoped_ptr< FixedText > mpTrspTextFT;
114 ::boost::scoped_ptr< ListBox > mpLBTransType;
115 ::boost::scoped_ptr< MetricField > mpMTRTransparent;
116 ::boost::scoped_ptr< Window > mpBTNGradientBackground;
117 ::boost::scoped_ptr< ToolBox > mpBTNGradient;
[all …]
/AOO41X/main/slideshow/source/inc/
H A Dusereventqueue.hxx65 class UserEventQueue : private ::boost::noncopyable
280 void registerEvent( ::boost::shared_ptr< Handler >& rHandler,
293 void registerEvent( ::boost::shared_ptr< Handler >& rHandler,
302 ::boost::shared_ptr<PlainEventHandler> mpStartEventHandler;
303 ::boost::shared_ptr<PlainEventHandler> mpEndEventHandler;
304 ::boost::shared_ptr<AllAnimationEventHandler> mpAnimationStartEventHandler;
305 ::boost::shared_ptr<AllAnimationEventHandler> mpAnimationEndEventHandler;
306 ::boost::shared_ptr<AllAnimationEventHandler> mpAudioStoppedEventHandler;
307 ::boost::shared_ptr<ShapeClickEventHandler> mpShapeClickEventHandler;
308 ::boost::shared_ptr<ClickEventHandler> mpClickEventHandler;
[all …]
/AOO41X/main/slideshow/source/engine/shapes/
H A Dmediashape.cxx136 ::boost::bind( in implViewsChanged()
139 ::boost::cref( getBounds())) ); in implViewsChanged()
168 ::boost::bind<bool>( in removeViewLayer()
170 ::boost::bind( &ViewMediaShape::getViewLayer, _1 ), in removeViewLayer()
171 ::boost::cref( rLayer ) ) ) < 2, in removeViewLayer()
178 ::boost::bind<bool>( in removeViewLayer()
180 ::boost::bind( &ViewMediaShape::getViewLayer, in removeViewLayer()
182 ::boost::cref( rLayer ) ) )) == aEnd ) in removeViewLayer()
209 ::boost::bind<bool>( in implRender()
210 ::boost::mem_fn( &ViewMediaShape::render ), in implRender()
[all …]
H A Dappletshape.cxx159 ::boost::bind( in implViewsChanged()
162 ::boost::cref( AppletShape::getBounds())) ); in implViewsChanged()
202 ::boost::bind<bool>( in removeViewLayer()
204 ::boost::bind( &ViewAppletShape::getViewLayer, _1 ), in removeViewLayer()
205 ::boost::cref( rLayer ) ) ) < 2, in removeViewLayer()
212 ::boost::bind<bool>( in removeViewLayer()
214 ::boost::bind( &ViewAppletShape::getViewLayer, in removeViewLayer()
216 ::boost::cref( rLayer ) ) )) == aEnd ) in removeViewLayer()
243 ::boost::bind<bool>( in implRender()
244 ::boost::mem_fn( &ViewAppletShape::render ), in implRender()
[all …]
/AOO41X/main/unoxml/source/rdf/
H A Dlibrdf_repository.cxx226 private boost::noncopyable,
374 static boost::shared_ptr<librdf_world> m_pWorld;
382 boost::shared_ptr<librdf_storage> m_pStorage;
384 boost::shared_ptr<librdf_model> m_pModel;
403 private boost::noncopyable,
411 boost::shared_ptr<librdf_stream> const& i_pStream, in librdf_GraphResult()
412 boost::shared_ptr<librdf_node> const& i_pContext, in librdf_GraphResult()
413 boost::shared_ptr<librdf_query> const& i_pQuery = in librdf_GraphResult()
414 boost::shared_ptr<librdf_query>() ) in librdf_GraphResult()
441 boost::shared_ptr<librdf_query> const m_pQuery;
[all …]
/AOO41X/main/dbaccess/source/ui/tabledesign/
H A DTableUndo.cxx238 ::std::vector< ::boost::shared_ptr<OTableRow> >* pOriginalRows = pOwner->GetRowList(); in OTableEditorDelUndoAct()
240 ::boost::shared_ptr<OTableRow> pOriginalRow; in OTableEditorDelUndoAct()
241 ::boost::shared_ptr<OTableRow> pNewRow; in OTableEditorDelUndoAct()
266 ::std::vector< ::boost::shared_ptr<OTableRow> >::iterator aIter = m_aDeletedRows.begin(); in Undo()
267 ::std::vector< ::boost::shared_ptr<OTableRow> >::iterator aEnd = m_aDeletedRows.end(); in Undo()
269 ::boost::shared_ptr<OTableRow> pNewOrigRow; in Undo()
270 ::std::vector< ::boost::shared_ptr<OTableRow> >* pOriginalRows = pTabEdCtrl->GetRowList(); in Undo()
290 ::std::vector< ::boost::shared_ptr<OTableRow> >::iterator aIter = m_aDeletedRows.begin(); in Redo()
291 ::std::vector< ::boost::shared_ptr<OTableRow> >::iterator aEnd = m_aDeletedRows.end(); in Redo()
292 ::std::vector< ::boost::shared_ptr<OTableRow> >* pOriginalRows = pTabEdCtrl->GetRowList(); in Redo()
[all …]

12345678910>>...58