Searched refs:bSloppy (Results 1 – 9 of 9) sorted by relevance
100 Paper SvxPaperInfo::GetSvxPaper( const Size &rSize, MapUnit eUnit, bool bSloppy ) in GetSvxPaper() argument104 if (bSloppy) in GetSvxPaper()
378 sal_Bool DirEntry::SetCWD( sal_Bool bSloppy ) const in SetCWD()390 if ( bSloppy && !chdir(aPath.GetBuffer()) ) in SetCWD()
363 sal_Bool DirEntry::SetCWD( sal_Bool bSloppy ) const in SetCWD()377 if ( bSloppy && pParent && in SetCWD()
210 sal_Bool DirEntry::SetCWD( sal_Bool bSloppy ) const in SetCWD()223 if ( bSloppy && pParent && in SetCWD()
2648 sal_Bool DirEntry::MakeDir( sal_Bool bSloppy ) const in MakeDir()2655 if ( bSloppy && pParent ) in MakeDir()2659 const DirEntry *pNewDir = bSloppy ? pParent : this; in MakeDir()
338 sal_Bool SetCWD( sal_Bool bSloppy = sal_False ) const;339 sal_Bool MakeDir( sal_Bool bSloppy = sal_False ) const;
372 sal_Bool ScrollableWindow::MakeVisible( const Rectangle& rTarget, sal_Bool bSloppy ) in MakeVisible() argument377 if ( bSloppy ) in MakeVisible()
47 …static Paper GetSvxPaper( const Size &rSize, MapUnit eUnit = MAP_TWIP, bool bSloppy = sal_False…
93 sal_Bool MakeVisible( const Rectangle& rTarget, sal_Bool bSloppy = sal_False );
Completed in 46 milliseconds