/aoo42x/main/boost/prj/ |
H A D | d.lst | 64 mkdir: %_DEST%\inc%_EXT%\boost\chrono\typeof\boost 65 mkdir: %_DEST%\inc%_EXT%\boost\chrono\typeof\boost\chrono 750 ..\%__SRC%\inc\boost\* %_DEST%\inc%_EXT%\boost 983 ..\%__SRC%\inc\boost\gil\* %_DEST%\inc%_EXT%\boost\gil 995 ..\%__SRC%\inc\boost\icl\* %_DEST%\inc%_EXT%\boost\icl 1020 ..\%__SRC%\inc\boost\io\* %_DEST%\inc%_EXT%\boost\io 1053 ..\%__SRC%\inc\boost\mpi\* %_DEST%\inc%_EXT%\boost\mpi 1073 ..\%__SRC%\inc\boost\mpl\* %_DEST%\inc%_EXT%\boost\mpl 1095 ..\%__SRC%\inc\boost\msm\* %_DEST%\inc%_EXT%\boost\msm 1413 ..\%__SRC%\inc\boost\tr1\* %_DEST%\inc%_EXT%\boost\tr1 [all …]
|
/aoo42x/main/boost/ |
H A D | makefile.mk | 30 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) 84 @$(GNUCOPY) -R $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/asio $(INCCOM)$/$(PRJNAME) 87 @$(GNUCOPY) -R $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/bind $(INCCOM)$/$(PRJNAME) 107 @$(GNUCOPY) -R $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/gil $(INCCOM)$/$(PRJNAME) 110 @$(GNUCOPY) -R $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/icl $(INCCOM)$/$(PRJNAME) 114 @$(GNUCOPY) -R $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/io $(INCCOM)$/$(PRJNAME) 121 @$(GNUCOPY) -R $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/mpi $(INCCOM)$/$(PRJNAME) [all …]
|
H A D | boost_1_55_0.patch | 1 diff -ur misc/boost_1_55_0/boost/asio/ssl/impl/context.ipp misc/build/boost_1_55_0/boost/asio/ssl/i… 12 + boost::asio::detail::throw_error( 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 65 diff -ur misc/boost_1_55_0/boost/concept/detail/general.hpp misc/build/boost_1_55_0/boost/concept/d… 72 +// Version check from https://svn.boost.org/trac/boost/changeset/82886 73 +// (boost/static_assert.hpp) 139 diff -ur misc/boost_1_55_0/boost/static_assert.hpp misc/build/boost_1_55_0/boost/static_assert.hpp 251 diff -ur misc/boost_1_55_0/boost/unordered/detail/table.hpp misc/build/boost_1_55_0/boost/unordered… 329 diff -ur misc/boost_1_55_0/boost/config/compiler/gcc.hpp misc/build/boost_1_55_0/boost/config/compi… [all …]
|
/aoo42x/main/vcl/workben/ |
H A D | outdevgrind.cxx | 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() 259 boost::bind( in setupMethodStubs() [all …]
|
/aoo42x/main/slideshow/source/engine/slide/ |
H A D | layer.cxx | 80 boost::bind<bool>( in addView() 113 boost::bind<bool>( in removeView() 142 boost::bind<bool>( in viewChanged() 255 boost::bind( in clearContent() 257 boost::bind( in clearContent() 300 boost::bind( in beginUpdate() 302 boost::bind( in beginUpdate() 310 boost::bind( in beginUpdate() 312 boost::bind( in beginUpdate() 332 boost::bind( in endUpdate() [all …]
|
H A D | layermanager.cxx | 42 namespace boost namespace 198 boost::bind(&Layer::addView, in viewAdded() 200 boost::cref(rView)), in viewAdded() 202 boost::bind(&Shape::addViewLayer, in viewAdded() 211 boost::bind( &Layer::addView, in viewAdded() 225 boost::bind(&Layer::removeView, in viewRemoved() 227 boost::cref(rView)), in viewRemoved() 228 boost::bind(&Shape::removeViewLayer, in viewRemoved() 236 boost::bind( &Layer::removeView, in viewRemoved() 269 boost::bind(&Shape::render, in viewsChanged() [all …]
|
/aoo42x/main/slideshow/source/engine/ |
H A D | eventmultiplexer.cxx | 65 namespace boost namespace 468 boost::bind( in findUnoView() 647 boost::bind( in notifyMouseHandlers() 649 boost::bind( in notifyMouseHandlers() 719 boost::bind( in notifyNextEffect() 721 boost::bind( in notifyNextEffect() 1039 boost::cref(xListener), in notifyShapeListenerAdded() 1040 boost::cref(xShape)) ); in notifyShapeListenerAdded() 1050 boost::cref(xListener), in notifyShapeListenerRemoved() 1051 boost::cref(xShape)) ); in notifyShapeListenerRemoved() [all …]
|
H A D | smilfunctionparser.cxx | 380 … static typename ::boost::spirit::parser_result< ::boost::spirit::chlit<>, ScannerT >::type 384 return ::boost::spirit::ch_p('E').parse(scan); in parse_exp() 434 using ::boost::spirit::str_p; in definition() 435 using ::boost::spirit::real_parser; in definition() 511 ::boost::spirit::rule< ScannerT > unaryExpression; 512 ::boost::spirit::rule< ScannerT > basicExpression; 513 ::boost::spirit::rule< ScannerT > unaryFunction; 514 ::boost::spirit::rule< ScannerT > binaryFunction; 515 ::boost::spirit::rule< ScannerT > identifier; 570 ::boost::spirit::parse( aStart, in parseSmilValue() [all …]
|
H A D | usereventqueue.cxx | 193 boost::bind( &EventQueue::addEvent, in handleAnimationEvent() 614 boost::shared_ptr< Handler >& rHandler, in registerEvent() 633 boost::shared_ptr< Handler >& rHandler, in registerEvent() 794 boost::ref( mrMultiplexer ), _1 ) ); in registerSlideStartEvent() 802 boost::ref( mrMultiplexer ), _1 ) ); in registerSlideEndEvent() 932 boost::bind( &EventMultiplexer::addClickHandler, in registerRewindEffectEvent() 933 boost::ref(mrMultiplexer), _1, in registerRewindEffectEvent() 967 boost::ref( mrMultiplexer ), _1, in registerDoubleClickEvent() 978 boost::ref( mrMultiplexer ), _1, in registerMouseEnterEvent() 989 boost::ref( mrMultiplexer ), _1, in registerMouseLeaveEvent() [all …]
|
H A D | slideshowimpl.cxx | 553 boost::bind( &SlideShowImpl::notifySlideAnimationsEnded, boost::ref(mrShow) ), in handleEvent() 879 boost::bind( in createSlideTransition() 1180 boost::bind( in displaySlide() 1245 boost::bind( in redisplayCurrentSlide() 1289 ::boost::bind<void>(::boost::mem_fn(&SlideShowImpl::redisplayCurrentSlide), this), in previousEffect() 1290 … ::boost::bind<void>(::boost::mem_fn(&SlideShowImpl::rewindEffectToPreviousSlide), this)); in previousEffect() 2263 boost::bind<void>( boost::mem_fn(&SlideShowImpl::notifySlideEnded), this, false ), in notifySlideAnimationsEnded() 2288 boost::bind<void>( boost::mem_fn(&SlideShowImpl::notifySlideEnded), this, false ), in notifySlideAnimationsEnded() 2389 boost::bind<void>( in notifySlideEnded() 2421 boost::cref(xNode) )); in handleAnimationEvent() [all …]
|
/aoo42x/main/svx/source/sidebar/line/ |
H A D | LinePropertyPanel.hxx | 51 typedef ::boost::shared_ptr< XLineEndList > XLineEndListSharedPtr; 52 typedef ::boost::shared_ptr< XDashList > XDashListSharedPtr; 100 ::boost::scoped_ptr< FixedText > mpFTWidth; 102 ::boost::scoped_ptr< ToolBox > mpTBWidth; 103 ::boost::scoped_ptr< FixedText > mpFTColor; 105 ::boost::scoped_ptr< ToolBox > mpTBColor; 106 ::boost::scoped_ptr< FixedText > mpFTStyle; 107 ::boost::scoped_ptr< ListBox > mpLBStyle; 110 ::boost::scoped_ptr< FixedText > mpFTArrow; 111 ::boost::scoped_ptr< ListBox > mpLBStart; [all …]
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | SlideSorter.hxx | 66 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, 125 static ::boost::shared_ptr<SlideSorter> CreateSlideSorter ( 197 ::boost::shared_ptr<view::Theme> GetTheme (void) const; 237 ::boost::shared_ptr<ScrollBar> mpHorizontalScrollBar; 238 ::boost::shared_ptr<ScrollBar> mpVerticalScrollBar; 239 ::boost::shared_ptr<ScrollBarBox> mpScrollBarBox; 248 ::boost::shared_ptr<controller::Properties> mpProperties; [all …]
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterPaneAnimator.cxx | 237 const ::boost::function<void(T)>& rSetter, 559 ::boost::bind( in ShowPane() 561 ::boost::protect(::boost::bind( in ShowPane() 570 ::boost::bind( in ShowPane() 635 ::boost::bind( in HidePane() 637 ::boost::protect(::boost::bind( in HidePane() 648 ::boost::bind( in HidePane() 853 ::boost::bind( in HidePane() 855 ::boost::protect(::boost::bind(&SpritePaneMove, mpPaneContainer, mxCenterPaneId, _1)), in HidePane() 891 ::boost::bind( in CreateShowAnimation() [all …]
|
H A D | PresenterTheme.cxx | 123 ::boost::shared_ptr<PresenterTheme::Theme> ReadTheme ( 149 ::boost::shared_ptr<PaneStyle> mpParentStyle; 162 typedef ::boost::shared_ptr<PaneStyle> SharedPaneStyle; 199 ::boost::shared_ptr<ViewStyle> mpParentStyle; 205 typedef ::boost::shared_ptr<ViewStyle> SharedViewStyle; 273 ::boost::shared_ptr<Theme> mpParentTheme; 367 ::boost::shared_ptr<Theme> pTheme (mpTheme); in GetStyleName() 528 ::boost::shared_ptr<Theme> pTheme (mpTheme); in GetBitmap() 573 ::boost::shared_ptr<Theme> pTheme (mpTheme); in GetFont() 784 this, ::boost::ref(rReadContext), _1, _2)); in Read() [all …]
|
/aoo42x/main/svx/source/sidebar/paragraph/ |
H A D | ParaPropertyPanel.hxx | 104 ::boost::scoped_ptr<ToolBox> mpAlignToolBox; 106 ::boost::scoped_ptr<ToolBox> mpTBxVertAlign; 109 ::boost::scoped_ptr<ToolBox> mpTBxNumBullet; 111 ::boost::scoped_ptr<ToolBox> mpTBxBackColor; 113 ::boost::scoped_ptr<FixedText> mpFTUL; 115 ::boost::scoped_ptr<ToolBox> mpTbxUL_IncDec; 116 ::boost::scoped_ptr<SvxRelativeField> mpTopDist; 119 ::boost::scoped_ptr<ToolBox> mpLineSPTbx; 120 ::boost::scoped_ptr<FixedText> mpFTIndent; 122 ::boost::scoped_ptr<ToolBox> mpTbxIndent_IncDec; [all …]
|
/aoo42x/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfparse.cxx | 55 using namespace boost::spirit; 171 [boost::bind(&PDFGrammar::pushString,pSelf, _1, _2)]; in definition() 192 [boost::bind(&PDFGrammar::pushDouble, pSelf, _1, _2)] in definition() 197 [boost::bind(&PDFGrammar::pushDouble, pSelf, _1, _2)] in definition() 250 ])[boost::bind(&PDFGrammar::haveFile,pSelf, _1, _2)] in definition() 561 boost::spirit::parse_info<const char*> aInfo = in read() 562 boost::spirit::parse( pBuffer, in read() 565 boost::spirit::space_p ); in read() 639 boost::spirit::parse_info< file_iterator<> > aInfo = in read() 640 boost::spirit::parse( file_start, in read() [all …]
|
/aoo42x/main/sdext/source/pdfimport/tree/ |
H A D | treevisitorfactory.cxx | 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() 51 return boost::shared_ptr<ElementTreeVisitor>(new WriterXmlEmitter(rEmitContext)); in createEmittingVisitor() 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() 73 return boost::shared_ptr<ElementTreeVisitor>(new DrawXmlEmitter(rEmitContext, in createEmittingVisitor() 86 return boost::shared_ptr<ElementTreeVisitor>(new DrawXmlOptimizer(rProc)); in createOptimizingVisitor() 89 virtual boost::shared_ptr<ElementTreeVisitor> createStyleCollectingVisitor( in createStyleCollectingVisitor() [all …]
|
/aoo42x/main/svx/source/sidebar/text/ |
H A D | TextPropertyPanel.hxx | 94 ::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; 101 ::boost::scoped_ptr<ToolBox> mpToolBoxScript; 103 ::boost::scoped_ptr<ToolBox> mpToolBoxScriptSw; 105 ::boost::scoped_ptr<ToolBox> mpToolBoxSpacing; 107 ::boost::scoped_ptr<ToolBox> mpToolBoxFontColor; 109 ::boost::scoped_ptr<ToolBox> mpToolBoxFontColorSW; [all …]
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | RowFunctionParser.cxx | 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() 359 using ::boost::spirit::as_lower_d; in definition() 360 using ::boost::spirit::strlit; in definition() [all …]
|
/aoo42x/main/svx/source/sidebar/area/ |
H A D | AreaPropertyPanel.hxx | 110 ::boost::scoped_ptr< FixedText > mpColorTextFT; 111 ::boost::scoped_ptr< SvxFillTypeBox > mpLbFillType; 112 ::boost::scoped_ptr< SvxFillAttrBox > mpLbFillAttr; 115 ::boost::scoped_ptr< FixedText > mpTrspTextFT; 116 ::boost::scoped_ptr< ListBox > mpLBTransType; 117 ::boost::scoped_ptr< MetricField > mpMTRTransparent; 119 ::boost::scoped_ptr< ToolBox > mpBTNGradient; 123 ::boost::scoped_ptr< XFillStyleItem > mpStyleItem; 124 ::boost::scoped_ptr< XFillColorItem > mpColorItem; 126 ::boost::scoped_ptr< XFillHatchItem > mpHatchItem; [all …]
|
/aoo42x/main/unoxml/source/rdf/ |
H A D | librdf_repository.cxx | 226 private boost::noncopyable, 384 boost::shared_ptr<librdf_model> m_pModel; 403 private boost::noncopyable, 507 private boost::noncopyable, 548 boost::shared_ptr<librdf_query> m_pQuery; 626 private boost::noncopyable, 845 const boost::shared_ptr<librdf_node> pNode( in createBlankNode() 1099 const boost::shared_ptr<librdf_node> p0( in exportGraph() 1103 const boost::shared_ptr<librdf_node> p1( in exportGraph() 1154 boost::bind(&rdf::XNamedGraph::getName, in getGraphNames() [all …]
|
/aoo42x/main/slideshow/source/inc/ |
H A D | usereventqueue.hxx | 65 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; 307 ::boost::shared_ptr<ShapeClickEventHandler> mpShapeClickEventHandler; 308 ::boost::shared_ptr<ClickEventHandler> mpClickEventHandler; 309 ::boost::shared_ptr<SkipEffectEventHandler> mpSkipEffectEventHandler; 312 ::boost::shared_ptr<ClickEventHandler> mpDoubleClickEventHandler; 313 ::boost::shared_ptr<MouseEnterHandler> mpMouseEnterHandler; [all …]
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | mediashape.cxx | 136 ::boost::bind( in implViewsChanged() 139 ::boost::cref( getBounds())) ); in implViewsChanged() 168 ::boost::bind<bool>( in removeViewLayer() 171 ::boost::cref( rLayer ) ) ) < 2, in removeViewLayer() 178 ::boost::bind<bool>( in removeViewLayer() 209 ::boost::bind<bool>( in implRender() 212 ::boost::cref( rCurrBounds ) ) ) in implRender() 242 ::boost::mem_fn( &ViewMediaShape::endMedia ) ); in implEndIntrinsicAnimation() 275 ::boost::bind( &ViewMediaShape::setMediaTime, in implSetIntrinsicAnimationTime() 276 _1, boost::cref(fTime)) ); in implSetIntrinsicAnimationTime() [all …]
|
/aoo42x/main/dbaccess/source/ui/tabledesign/ |
H A D | TableUndo.cxx | 238 ::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() 269 ::boost::shared_ptr<OTableRow> pNewOrigRow; in Undo() 312 const ::std::vector< ::boost::shared_ptr<OTableRow> >& _vInsertedRows) in OTableEditorInsUndoAct() 350 ::boost::shared_ptr<OTableRow> pRow; in Redo() 353 ::std::vector< ::boost::shared_ptr<OTableRow> >* pRowList = pTabEdCtrl->GetRowList(); in Redo() 408 ::std::vector< ::boost::shared_ptr<OTableRow> >* pRowList = pTabEdCtrl->GetRowList(); in Redo() 443 ::std::vector< ::boost::shared_ptr<OTableRow> >* pRowList = pTabEdCtrl->GetRowList(); in Undo() 444 ::boost::shared_ptr<OTableRow> pRow; in Undo() [all …]
|
/aoo42x/main/sd/source/ui/view/ |
H A D | Outliner.cxx | 112 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 …]
|