Home
last modified time | relevance | path

Searched defs:sal_Bool (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/trunk/main/sw/source/ui/vba/
H A Dvbaoptions.cxx167 void SAL_CALL SwVbaOptions::setReplaceSelection( ::sal_Bool /*_replaceselection*/ ) throw (uno::Run… in setReplaceSelection()
177 void SAL_CALL SwVbaOptions::setMapPaperSize( ::sal_Bool /*_mappapersize*/ ) throw (uno::RuntimeExce… in setMapPaperSize()
187 void SAL_CALL SwVbaOptions::setAutoFormatAsYouTypeApplyHeadings( ::sal_Bool /*_autoformatasyoutypea… in setAutoFormatAsYouTypeApplyHeadings()
197 void SAL_CALL SwVbaOptions::setAutoFormatAsYouTypeApplyBulletedLists( ::sal_Bool /*_autoformatasyou… in setAutoFormatAsYouTypeApplyBulletedLists()
207 void SAL_CALL SwVbaOptions::setAutoFormatAsYouTypeApplyNumberedLists( ::sal_Bool /*_autoformatasyou… in setAutoFormatAsYouTypeApplyNumberedLists()
217 void SAL_CALL SwVbaOptions::setAutoFormatAsYouTypeFormatListItemBeginning( ::sal_Bool /*_autoformat… in setAutoFormatAsYouTypeFormatListItemBeginning()
227 void SAL_CALL SwVbaOptions::setAutoFormatAsYouTypeDefineStyles( ::sal_Bool /*_autoformatasyoutypede… in setAutoFormatAsYouTypeDefineStyles()
237 void SAL_CALL SwVbaOptions::setAutoFormatApplyHeadings( ::sal_Bool /*_autoformatapplyheadings*/ ) t… in setAutoFormatApplyHeadings()
247 void SAL_CALL SwVbaOptions::setAutoFormatApplyLists( ::sal_Bool /*_autoformatapplylists*/ ) throw (… in setAutoFormatApplyLists()
257 void SAL_CALL SwVbaOptions::setAutoFormatApplyBulletedLists( ::sal_Bool /*_autoformatapplybulletedl… in setAutoFormatApplyBulletedLists()
/trunk/main/sw/source/ui/wrtsh/
H A Dselect.cxx85 sal_Bool SwWrtShell::SelWrd(const Point *pPt, sal_Bool ) in SelWrd() argument
103 void SwWrtShell::SelSentence(const Point *pPt, sal_Bool ) in SelSentence() argument
119 void SwWrtShell::SelPara(const Point *pPt, sal_Bool ) in SelPara() argument
351 long SwWrtShell::ResetSelect(const Point *,sal_Bool) in ResetSelect() argument
390 long SwWrtShell::Ignore(const Point *, sal_Bool ) { in Ignore() argument
446 long SwWrtShell::ExtSelWrd(const Point *pPt, sal_Bool ) in ExtSelWrd() argument
508 long SwWrtShell::ExtSelLn(const Point *pPt, sal_Bool ) in ExtSelLn() argument
622 long SwWrtShell::SttLeaveSelect(const Point *, sal_Bool ) in SttLeaveSelect() argument
637 long SwWrtShell::AddLeaveSelect(const Point *, sal_Bool ) in AddLeaveSelect() argument
727 long SwWrtShell::BeginFrmDrag(const Point *pPt, sal_Bool) in BeginFrmDrag() argument
[all …]
/trunk/main/svtools/source/filter/
H A Dfilter2.cxx473 sal_Bool GraphicDescriptor::ImpDetectPCD( SvStream& rStm, sal_Bool ) in ImpDetectPCD() argument
831 sal_Bool GraphicDescriptor::ImpDetectXBM( SvStream&, sal_Bool ) in ImpDetectXBM() argument
847 sal_Bool GraphicDescriptor::ImpDetectXPM( SvStream&, sal_Bool ) in ImpDetectXPM() argument
862 sal_Bool GraphicDescriptor::ImpDetectPBM( SvStream& rStm, sal_Bool ) in ImpDetectPBM() argument
893 sal_Bool GraphicDescriptor::ImpDetectPGM( SvStream& rStm, sal_Bool ) in ImpDetectPGM() argument
971 sal_Bool GraphicDescriptor::ImpDetectTGA( SvStream&, sal_Bool ) in ImpDetectTGA() argument
1077 sal_Bool GraphicDescriptor::ImpDetectDXF( SvStream&, sal_Bool ) in ImpDetectDXF() argument
1092 sal_Bool GraphicDescriptor::ImpDetectMET( SvStream&, sal_Bool ) in ImpDetectMET() argument
1176 sal_Bool GraphicDescriptor::ImpDetectSGV( SvStream&, sal_Bool ) in ImpDetectSGV() argument
1271 sal_Bool GraphicDescriptor::ImpDetectWMF( SvStream&, sal_Bool ) in ImpDetectWMF() argument
[all …]
/trunk/main/sc/source/ui/inc/
H A DAccessibleText.hxx149 virtual void SetDoUpdate(sal_Bool /* bValue */) { } in SetDoUpdate() argument
203 virtual SvxEditViewForwarder* GetEditViewForwarder( sal_Bool /* bCreate */ ) { return NULL; } in GetEditViewForwarder() argument
233 virtual SvxEditViewForwarder* GetEditViewForwarder( sal_Bool /* bCreate */ ) { return NULL; } in GetEditViewForwarder() argument
266 virtual SvxEditViewForwarder* GetEditViewForwarder( sal_Bool /* bCreate */ ) { return NULL; } in GetEditViewForwarder() argument
269 virtual void SetDoUpdate(sal_Bool /* bValue */) { } in SetDoUpdate() argument
299 virtual SvxEditViewForwarder* GetEditViewForwarder( sal_Bool /* bCreate */ ) { return NULL; } in GetEditViewForwarder() argument
302 virtual void SetDoUpdate(sal_Bool /* bValue */) { } in SetDoUpdate() argument
351 virtual void SetDoUpdate( sal_Bool /* bValue */ ) {} in SetDoUpdate() argument
/trunk/main/vbahelper/source/msforms/
H A Dvbabutton.cxx56 void SAL_CALL ScVbaButton::setAutoSize( sal_Bool /*bAutoSize*/ ) throw (uno::RuntimeException) in setAutoSize() argument
65 void SAL_CALL ScVbaButton::setCancel( sal_Bool /*bCancel*/ ) throw (uno::RuntimeException) in setCancel() argument
74 void SAL_CALL ScVbaButton::setDefault( sal_Bool /*bDefault*/ ) throw (uno::RuntimeException) in setDefault() argument
H A Dvbatogglebutton.cxx84 void SAL_CALL ScVbaToggleButton::setAutoSize( sal_Bool /*bAutoSize*/ ) throw (uno::RuntimeException) in setAutoSize() argument
93 void SAL_CALL ScVbaToggleButton::setCancel( sal_Bool /*bCancel*/ ) throw (uno::RuntimeException) in setCancel() argument
102 void SAL_CALL ScVbaToggleButton::setDefault( sal_Bool /*bDefault*/ ) throw (uno::RuntimeException) in setDefault() argument
/trunk/main/dbaccess/source/core/dataaccess/
H A DSharedConnection.hxx124 …virtual void SAL_CALL setAutoCommit( sal_Bool /*autoCommit*/ ) throw(::com::sun::star::sdbc::SQLEx… in setAutoCommit() argument
128 …virtual void SAL_CALL setReadOnly( sal_Bool /*readOnly*/ ) throw(::com::sun::star::sdbc::SQLExcept… in setReadOnly() argument
/trunk/main/reportdesign/source/ui/dlg/
H A DFormula.cxx124 void FormulaDialog::dispatch(sal_Bool /*_bOK*/,sal_Bool /*_bMartixChecked*/) in dispatch() argument
127 void FormulaDialog::setDispatcherLock( sal_Bool /*bLock*/ ) in setDispatcherLock() argument
187 void FormulaDialog::HideReference( sal_Bool /*bDoneRefMode*/) in HideReference() argument
/trunk/main/sw/source/core/crsr/
H A Dunocrsr.cxx103 SwUnoCrsr::DoSetBidiLevelLeftRight( sal_Bool &, sal_Bool, sal_Bool ) in DoSetBidiLevelLeftRight() argument
/trunk/main/canvas/source/vcl/
H A Dspritedevicehelper.cxx82 ::sal_Bool SpriteDeviceHelper::showBuffer( bool, ::sal_Bool ) in showBuffer()
88 ::sal_Bool SpriteDeviceHelper::switchBuffer( bool, ::sal_Bool ) in switchBuffer()
/trunk/main/vcl/unx/headless/
H A Dsvpdummies.cxx54 void SvpSalObject::Show( sal_Bool ) {} in Show() argument
55 void SvpSalObject::Enable( sal_Bool ) {} in Enable() argument
60 void SvpSalObject::InterceptChildWindowKeyDown( sal_Bool ) {} in InterceptChildWindowKeyDown() argument
H A Dsvpframe.cxx197 void SvpSalFrame::Enable( sal_Bool ) in Enable() argument
322 void SvpSalFrame::ShowFullScreen( sal_Bool, sal_Int32 ) in ShowFullScreen() argument
328 void SvpSalFrame::StartPresentation( sal_Bool ) in StartPresentation() argument
332 void SvpSalFrame::SetAlwaysOnTop( sal_Bool ) in SetAlwaysOnTop() argument
345 void SvpSalFrame::CaptureMouse( sal_Bool ) in CaptureMouse() argument
/trunk/main/canvas/source/directx/
H A Ddx_spritedevicehelper.cxx182 sal_Bool SpriteDeviceHelper::enterFullScreenMode( sal_Bool /*bEnter*/ ) in enterFullScreenMode() argument
201 ::sal_Bool SpriteDeviceHelper::showBuffer( bool, ::sal_Bool ) in showBuffer()
207 ::sal_Bool SpriteDeviceHelper::switchBuffer( bool, ::sal_Bool ) in switchBuffer()
/trunk/main/basic/source/sample/
H A Dobject.cxx235 void SampleObject::Display( SbxVariable*, SbxArray* pPar_, sal_Bool ) in Display() argument
243 void SampleObject::Square( SbxVariable* pVar, SbxArray* pPar_, sal_Bool ) in Square() argument
251 void SampleObject::Event( SbxVariable*, SbxArray* pPar_, sal_Bool ) in Event() argument
258 void SampleObject::Create( SbxVariable* pVar, SbxArray* pPar_, sal_Bool ) in Create() argument
/trunk/main/sw/source/core/layout/
H A Dunusedf.cxx43 sal_Bool SwCntntFrm::WouldFit( SwTwips &, sal_Bool&, sal_Bool ) in WouldFit() argument
/trunk/main/sw/source/ui/uno/
H A Dunodefaults.cxx48 SfxItemPool* SwSvxUnoDrawPool::getModelPool( sal_Bool /*bReadOnly*/ ) throw() in getModelPool() argument
/trunk/main/basic/source/runtime/
H A Dstdobj1.cxx347 void SbStdClipboard::MethClear( SbxVariable*, SbxArray* pPar_, sal_Bool ) in MethClear() argument
358 void SbStdClipboard::MethGetData( SbxVariable* pVar, SbxArray* pPar_, sal_Bool ) in MethGetData() argument
391 void SbStdClipboard::MethGetFormat( SbxVariable* pVar, SbxArray* pPar_, sal_Bool ) in MethGetFormat() argument
410 void SbStdClipboard::MethGetText( SbxVariable* pVar, SbxArray* pPar_, sal_Bool ) in MethGetText() argument
422 void SbStdClipboard::MethSetData( SbxVariable* pVar, SbxArray* pPar_, sal_Bool ) in MethSetData() argument
456 void SbStdClipboard::MethSetText( SbxVariable* pVar, SbxArray* pPar_, sal_Bool ) in MethSetText() argument
/trunk/main/embeddedobj/source/msole/
H A Dclosepreventer.cxx29 void SAL_CALL OClosePreventer::queryClosing( const ::com::sun::star::lang::EventObject&, sal_Bool ) in queryClosing() argument
/trunk/main/filter/source/graphicfilter/idxf/
H A Didxf.cxx36 extern "C" sal_Bool __LOADONCALLAPI GraphicImport(SvStream & rStream, Graphic & rGraphic, FilterCon… in GraphicImport() argument
/trunk/main/vcl/aqua/source/window/
H A Dsalobj.cxx207 void AquaSalObject::Enable( sal_Bool ) in Enable() argument
238 void AquaSalObject::InterceptChildWindowKeyDown( sal_Bool /*bIntercept*/ ) in InterceptChildWindowKeyDown() argument
/trunk/main/canvas/source/cairo/
H A Dcairo_spritedevicehelper.cxx95 ::sal_Bool SpriteDeviceHelper::showBuffer( bool, ::sal_Bool ) in showBuffer()
101 ::sal_Bool SpriteDeviceHelper::switchBuffer( bool, ::sal_Bool ) in switchBuffer()
/trunk/main/connectivity/source/drivers/adabas/
H A DBPreparedStatement.cxx55 void OAdabasPreparedStatement::setUsingBookmarks(sal_Bool /*_bUseBookmark*/) in setUsingBookmarks() argument
H A DBStatement.cxx51 void OAdabasStatement::setUsingBookmarks(sal_Bool /*_bUseBookmark*/) in setUsingBookmarks() argument
/trunk/main/embeddedobj/source/commonembedding/
H A Dinplaceobj.cxx70 void SAL_CALL OCommonEmbeddedObject::enableModeless( sal_Bool /*bEnable*/ ) in enableModeless() argument
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx247 ScVbaShape::setVisible( sal_Bool /*_visible*/ ) throw (uno::RuntimeException) in setVisible() argument
387 ScVbaShape::ScaleHeight( double Factor, sal_Bool /*RelativeToOriginalSize*/, sal_Int32 Scale ) thro… in ScaleHeight() argument
416 ScVbaShape::ScaleWidth( double Factor, sal_Bool /*RelativeToOriginalSize*/, sal_Int32 Scale ) throw… in ScaleWidth() argument
481 ScVbaShape::setLockAspectRatio( sal_Bool /*_lockaspectratio*/ ) throw (uno::RuntimeException) in setLockAspectRatio() argument
494 ScVbaShape::setLockAnchor( sal_Bool /*_lockanchor*/ ) throw (uno::RuntimeException) in setLockAnchor() argument

Completed in 131 milliseconds

12345678910>>...16