/aoo4110/main/drawinglayer/source/primitive2d/ |
H A D | graphicprimitivehelper2d.cxx | 538 const bool bClose(basegfx::fround(rand() / 32767.0)); in create2DDecompositionOfGraphic() local 539 Polygon aPolygon(nCount + (bClose ? 1 : 0)); in create2DDecompositionOfGraphic() 549 if(bClose) in create2DDecompositionOfGraphic() 577 const bool bClose(basegfx::fround(rand() / 32767.0)); in create2DDecompositionOfGraphic() local 578 Polygon aPolygon(nCount + (bClose ? 1 : 0)); in create2DDecompositionOfGraphic() 588 if(bClose) in create2DDecompositionOfGraphic() 608 const bool bClose(basegfx::fround(rand() / 32767.0)); in create2DDecompositionOfGraphic() local 609 Polygon aPolygon(nCount + (bClose ? 1 : 0)); in create2DDecompositionOfGraphic() 619 if(bClose) in create2DDecompositionOfGraphic()
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | partwnd.cxx | 213 sal_Bool bClose = sal_True; in QueryClose() local 222 bClose = xCtrl->suspend( sal_True ); in QueryClose() 226 return bClose; in QueryClose()
|
/aoo4110/main/sc/source/ui/miscdlgs/ |
H A D | optsolver.cxx | 558 bool bClose = true; in IMPL_LINK() local 560 bClose = CallSolver(); in IMPL_LINK() 562 if ( bClose ) in IMPL_LINK() 1019 bool bClose = false; in CallSolver() local 1047 bClose = true; in CallSolver() 1073 return bClose; in CallSolver()
|
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | emfwr.hxx | 80 void ImplWritePath( const PolyPolygon& rPolyPoly, sal_Bool bClose ); 81 void ImplWritePolygonRecord( const Polygon& rPoly, sal_Bool bClose );
|
H A D | emfwr.cxx | 569 void EMFWriter::ImplWritePolygonRecord( const Polygon& rPoly, sal_Bool bClose ) in ImplWritePolygonRecord() argument 574 ImplWritePath( rPoly, bClose ); in ImplWritePolygonRecord() 577 if( bClose ) in ImplWritePolygonRecord() 582 ImplBeginRecord( bClose ? WIN_EMR_POLYGON : WIN_EMR_POLYLINE ); in ImplWritePolygonRecord()
|
/aoo4110/main/svx/source/form/ |
H A D | fmPropBrw.cxx | 394 sal_Bool bClose = SfxFloatingWindow::Close(); in Close() local 396 if (bClose) in Close() 402 return bClose; in Close()
|
/aoo4110/main/comphelper/source/container/ |
H A D | embeddedobjectcontainer.cxx | 961 …tContainer::RemoveEmbeddedObject( const ::rtl::OUString& rName, sal_Bool bClose, sal_Bool bKeepToT… in RemoveEmbeddedObject() argument 968 return RemoveEmbeddedObject( xObj, bClose, bKeepToTempStorage ); in RemoveEmbeddedObject() 1028 …dObject( const uno::Reference < embed::XEmbeddedObject >& xObj, sal_Bool bClose, sal_Bool bKeepToT… in RemoveEmbeddedObject() argument 1047 if ( bClose ) in RemoveEmbeddedObject() 1056 bClose = sal_False; in RemoveEmbeddedObject() 1060 if ( !bClose ) in RemoveEmbeddedObject()
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | salgdi.cxx | 392 bool bClose in DrawLines() argument 417 if( bClose ) in DrawLines() 852 void X11SalGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint *pPtAry, bool bClose ) in drawPolyLine() argument 858 DrawLines( nPoints, Points, SelectPen(), bClose ); in drawPolyLine()
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | embeddedobjectcontainer.hxx | 131 sal_Bool RemoveEmbeddedObject( const ::rtl::OUString& rName, sal_Bool bClose = sal_True,… 132 …::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >&, sal_Bool bClose = sal_True, sal_Bo…
|
/aoo4110/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.hxx | 154 … void appendPolygon( const Polygon& rPoly, rtl::OStringBuffer& rBuffer, bool bClose = true ) const; 156 …Polygon( const basegfx::B2DPolygon& rPoly, rtl::OStringBuffer& rBuffer, bool bClose = true ) const; 158 …PolyPolygon( const PolyPolygon& rPolyPoly, rtl::OStringBuffer& rBuffer, bool bClose = true ) const; 160 … const basegfx::B2DPolyPolygon& rPolyPoly, rtl::OStringBuffer& rBuffer, bool bClose = true ) const;
|
/aoo4110/main/sfx2/source/doc/ |
H A D | objxtor.cxx | 618 sal_Bool bClose = sal_False; in PrepareClose() local 666 bClose = sal_True; in PrepareClose() 678 bClose = sal_True; in PrepareClose()
|
/aoo4110/main/vcl/inc/unx/ |
H A D | salgdi.h | 149 bool bClose 280 void drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry, bool bClose );
|
/aoo4110/main/basctl/source/dlged/ |
H A D | propbrw.cxx | 314 sal_Bool bClose = SfxFloatingWindow::Close(); in Close() local 316 return bClose; in Close()
|
/aoo4110/main/dbaccess/source/ui/querydesign/ |
H A D | querycontroller.cxx | 979 sal_Bool bClose = sal_False; in impl_initialize() local 985 bClose = aDlg.Execute() == RET_NO; in impl_initialize() 987 if ( bClose ) in impl_initialize()
|
/aoo4110/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | MainThreadDialogExecutor.java | 124 private MainThreadDialogExecutor( XDialog xDialog, boolean bClose ) in MainThreadDialogExecutor() argument
|
/aoo4110/main/svx/inc/svx/ |
H A D | xpoly.hxx | 87 sal_Bool bClose = sal_True );
|
H A D | svdopath.hxx | 75 void ImpSetClosed(sal_Bool bClose);
|
/aoo4110/main/vcl/source/window/ |
H A D | menu.cxx | 718 void ShowButtons( sal_Bool bClose, sal_Bool bFloat, sal_Bool bHide ); 3368 void MenuBar::ShowButtons( sal_Bool bClose, sal_Bool bFloat, sal_Bool bHide ) in ShowButtons() argument 3370 if ( (bClose != mbCloserVisible) || in ShowButtons() 3374 mbCloserVisible = bClose; in ShowButtons() 3378 ((MenuBarWindow*)ImplGetWindow())->ShowButtons( bClose, bFloat, bHide ); in ShowButtons() 5316 void MenuBarWindow::ShowButtons( sal_Bool bClose, sal_Bool bFloat, sal_Bool bHide ) in ShowButtons() argument 5318 aCloser.ShowItem( IID_DOCUMENTCLOSE, bClose ); in ShowButtons() 5319 aCloser.Show( bClose || ! m_aAddButtons.empty() ); in ShowButtons()
|
/aoo4110/main/sw/source/ui/uno/ |
H A D | unomailmerge.cxx | 157 sal_Bool bClose ) in LoadFromURL_impl() argument 191 if (bClose) in LoadFromURL_impl()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | docxattributeoutput.hxx | 50 bool bClose; member
|
H A D | docxattributeoutput.cxx | 343 if ( !pIt->bClose || ( pIt->eType == ww::eUNKNOWN ) ) in EndRun() 376 if ( !pIt->bClose ) { in EndRun() 2631 infos.bClose = WRITEFIELD_CLOSE & nMode; in WriteField_Impl()
|
/aoo4110/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 409 sal_uInt16 nStartAngle, sal_uInt16 nEndAngle, sal_Bool bClose) in XPolygon() argument 438 if ( !bFull && bClose ) in XPolygon()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdopath.cxx | 1061 sal_Bool bClose(IsClosed(meObjectKind)); in getSpecialDragComment() local 1063 if(bClose) in getSpecialDragComment() 1833 void SdrPathObj::ImpSetClosed(sal_Bool bClose) in ImpSetClosed() argument 1835 if(bClose) in ImpSetClosed()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | menu.hxx | 431 void ShowButtons( sal_Bool bClose, sal_Bool bFloat, sal_Bool bHide );
|
/aoo4110/main/filter/source/svg/ |
H A D | svgwriter.cxx | 497 const bool bClose(!bLine || rPoly[0] == rPoly[nSize - 1]); in GetPathString() local 532 if(bClose) in GetPathString()
|