Home
last modified time | relevance | path

Searched refs:bClose (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx538 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()
/trunk/main/sfx2/source/dialog/
H A Dpartwnd.cxx213 sal_Bool bClose = sal_True; in QueryClose() local
222 bClose = xCtrl->suspend( sal_True ); in QueryClose()
226 return bClose; in QueryClose()
/trunk/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx558 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()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.hxx80 void ImplWritePath( const PolyPolygon& rPolyPoly, sal_Bool bClose );
81 void ImplWritePolygonRecord( const Polygon& rPoly, sal_Bool bClose );
H A Demfwr.cxx569 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()
/trunk/main/svx/source/form/
H A DfmPropBrw.cxx394 sal_Bool bClose = SfxFloatingWindow::Close(); in Close() local
396 if (bClose) in Close()
402 return bClose; in Close()
/trunk/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx961 …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()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx392 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()
/trunk/main/comphelper/inc/comphelper/
H A Dembeddedobjectcontainer.hxx132 sal_Bool RemoveEmbeddedObject( const ::rtl::OUString& rName, sal_Bool bClose = sal_True,…
133 …::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >&, sal_Bool bClose = sal_True, sal_Bo…
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx154 … 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;
/trunk/main/sfx2/source/doc/
H A Dobjxtor.cxx615 sal_Bool bClose = sal_False; in PrepareClose() local
663 bClose = sal_True; in PrepareClose()
675 bClose = sal_True; in PrepareClose()
/trunk/main/vcl/inc/unx/
H A Dsalgdi.h149 bool bClose
280 void drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry, bool bClose );
/trunk/main/basctl/source/dlged/
H A Dpropbrw.cxx314 sal_Bool bClose = SfxFloatingWindow::Close(); in Close() local
316 return bClose; in Close()
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx979 sal_Bool bClose = sal_False; in impl_initialize() local
985 bClose = aDlg.Execute() == RET_NO; in impl_initialize()
987 if ( bClose ) in impl_initialize()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DMainThreadDialogExecutor.java124 private MainThreadDialogExecutor( XDialog xDialog, boolean bClose ) in MainThreadDialogExecutor() argument
/trunk/main/svx/inc/svx/
H A Dsvdopath.hxx75 void ImpSetClosed(sal_Bool bClose);
H A Dxpoly.hxx87 sal_Bool bClose = sal_True );
/trunk/main/vcl/source/window/
H A Dmenu.cxx718 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()
/trunk/main/sw/source/ui/uno/
H A Dunomailmerge.cxx157 sal_Bool bClose ) in LoadFromURL_impl() argument
191 if (bClose) in LoadFromURL_impl()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx409 sal_uInt16 nStartAngle, sal_uInt16 nEndAngle, sal_Bool bClose) in XPolygon() argument
438 if ( !bFull && bClose ) in XPolygon()
/trunk/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.hxx50 bool bClose; member
H A Ddocxattributeoutput.cxx343 if ( !pIt->bClose || ( pIt->eType == ww::eUNKNOWN ) ) in EndRun()
376 if ( !pIt->bClose ) { in EndRun()
2631 infos.bClose = WRITEFIELD_CLOSE & nMode; in WriteField_Impl()
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx1061 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()
/trunk/main/vcl/inc/vcl/
H A Dmenu.hxx431 void ShowButtons( sal_Bool bClose, sal_Bool bFloat, sal_Bool bHide );
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx497 const bool bClose(!bLine || rPoly[0] == rPoly[nSize - 1]); in GetPathString() local
532 if(bClose) in GetPathString()

Completed in 215 milliseconds

12