Home
last modified time | relevance | path

Searched refs:bReturn (Results 101 – 122 of 122) sorted by relevance

12345

/trunk/main/sc/source/filter/xcl97/
H A DXclImpChangeTrack.cxx441 sal_Bool bReturn = (eNestedMode == nmNested); in EndNestedMode() local
443 return bReturn; in EndNestedMode()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx136 sal_Bool bReturn = sal_False; in isColumnInKeyType() local
157 bReturn = sal_True; in isColumnInKeyType()
165 return bReturn; in isColumnInKeyType()
/trunk/main/svx/source/form/
H A Dfmview.cxx565 sal_Bool bReturn = E3dView::MouseButtonDown( _rMEvt, _pWin ); in MouseButtonDown() local
574 return bReturn; in MouseButtonDown()
H A Dfmsrcimp.cxx1141 sal_Bool bReturn = m_bCancelAsynchRequest; in CancelRequested() local
1143 return bReturn; in CancelRequested()
/trunk/main/toolkit/source/controls/
H A Droadmapcontrol.cxx387 sal_Bool bReturn = UnoControlBase::setModel( _rModel ); in IMPLEMENT_FORWARD_XTYPEPROVIDER2() local
393 return bReturn; in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
H A Dunocontrols.cxx200 sal_Bool bReturn = UnoControlBase::setModel( _rModel ); in setModel() local
202 return bReturn; in setModel()
/trunk/main/fpicker/source/aqua/
H A DFilterHelper.cxx55 sal_Bool bReturn = ( 0 < m_aSubFilters.getLength() ); in hasSubFilters() local
57 return bReturn; in hasSubFilters()
/trunk/main/cui/source/dialogs/
H A Dhltpbase.cxx371 sal_Bool bReturn = mpMarkWnd->MoveTo ( aNewPos ); in MoveToExtraWnd() local
376 return ( !bReturn && IsMarkWndVisible() ); in MoveToExtraWnd()
/trunk/main/sd/source/ui/view/
H A Dsdview.cxx779 sal_Bool bReturn = FmFormView::SdrBeginTextEdit( in SdrBeginTextEdit() local
789 if (bReturn) in SdrBeginTextEdit()
815 return(bReturn); in SdrBeginTextEdit()
/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx1175 sal_Bool bReturn = sal_False; in setCurrentValue() local
1193 bReturn = sal_True; in setCurrentValue()
1197 return bReturn; in setCurrentValue()
/trunk/main/chart2/source/tools/
H A DAxisHelper.cxx102 bool bReturn = false; in isLogarithmic() local
104 bReturn =( xServiceName.is() && (xServiceName->getServiceName()).equals( in isLogarithmic()
106 return bReturn; in isLogarithmic()
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexdialog.cxx189 sal_Bool bReturn = SvTreeListBox::Select(pEntry, _bSelect); in Select() local
194 return bReturn; in Select()
/trunk/main/sfx2/source/control/
H A Ddispatch.cxx630 sal_Bool bReturn; in IMPL_LINK_INLINE_END() local
632 bReturn = aStack.Contains(&rShell); in IMPL_LINK_INLINE_END()
634 bReturn = aStack.Top() == &rShell; in IMPL_LINK_INLINE_END()
635 return bReturn; in IMPL_LINK_INLINE_END()
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx268 sal_Bool bReturn = sal_False; in lcl_GetCaptionPoint() local
277 bReturn = sal_True; in lcl_GetCaptionPoint()
280 return bReturn; in lcl_GetCaptionPoint()
/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx859 bReturn = TRUE; in getNativeControlRegion()
880 bReturn = TRUE; in getNativeControlRegion()
/trunk/main/xmloff/source/text/
H A Dtxtflde.cxx2889 sal_Bool bReturn = sal_True; in ExplodeFieldMasterName() local
2893 bReturn &= (0 == sFieldMasterPrefix.compareTo(sMasterName, nLength)); in ExplodeFieldMasterName()
2900 bReturn = sal_False; in ExplodeFieldMasterName()
2908 return bReturn; in ExplodeFieldMasterName()
/trunk/main/starmath/source/
H A Daccessibility.cxx788 sal_Bool bReturn = sal_False; in copyText() local
809 bReturn = sal_True; in copyText()
813 return bReturn; in copyText()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx277 sal_Bool bReturn = sal_False; in InsertGraphicDlg() local
488 bReturn = sal_True; in InsertGraphicDlg()
498 return bReturn; in InsertGraphicDlg()
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx1531 sal_Bool bReturn = sal_False; in LoadFile() local
1553 return bReturn; in LoadFile()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx3274 sal_Bool bReturn = sal_False; in lcl_TestScenarioRedliningDrop() local
3282 bReturn = sal_True; in lcl_TestScenarioRedliningDrop()
3290 bReturn = sal_True; in lcl_TestScenarioRedliningDrop()
3296 return bReturn; in lcl_TestScenarioRedliningDrop()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx712 sal_Bool bReturn = sal_False; in Commit() local
715 bReturn = commitControl(); in Commit()
724 return bReturn; in Commit()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx4549 sal_Bool bReturn(SvXMLExport::filter(aDescriptor)); in filter() local
4552 return bReturn; in filter()

Completed in 309 milliseconds

12345