/trunk/main/unotools/source/config/ |
H A D | compatibility.cxx | 122 inline void SetUsePrtMetrics( bool _bSet ) { bUsePrtMetrics = _bSet; } in SetUsePrtMetrics() 123 inline void SetAddSpacing( bool _bSet ) { bAddSpacing = _bSet; } in SetAddSpacing() 124 inline void SetAddSpacingAtPages( bool _bSet ) { bAddSpacingAtPages = _bSet; } in SetAddSpacingAtPages() 125 inline void SetUseOurTabStops( bool _bSet ) { bUseOurTabStops = _bSet; } in SetUseOurTabStops() 126 inline void SetNoExtLeading( bool _bSet ) { bNoExtLeading = _bSet; } in SetNoExtLeading() 127 inline void SetUseLineSpacing( bool _bSet ) { bUseLineSpacing = _bSet; } in SetUseLineSpacing() 128 inline void SetAddTableSpacing( bool _bSet ) { bAddTableSpacing = _bSet; } in SetAddTableSpacing() 129 inline void SetUseObjPos( bool _bSet ) { bUseObjPos = _bSet; } in SetUseObjPos() 130 inline void SetUseOurTextWrapping( bool _bSet ) { bUseOurTextWrapping = _bSet; } in SetUseOurTextWrapping() 131 inline void SetConsiderWrappingStyle( bool _bSet ) { bConsiderWrappingStyle = _bSet; } in SetConsiderWrappingStyle() [all …]
|
/trunk/main/comphelper/source/misc/ |
H A D | accimplaccess.cxx | 95 void OAccessibleImplementationAccess::setStateBit( const sal_Int16 _nState, const sal_Bool _bSet ) in setStateBit() argument 101 if ( _bSet ) in setStateBit() 109 const sal_Bool _bSet ) in setForeignControlledState() argument 114 pImplementation->setStateBit( _nState, _bSet ); in setForeignControlledState()
|
H A D | accessiblewrapper.cxx | 94 void OWrappedAccessibleChildrenManager::setTransientChildren( sal_Bool _bSet ) in setTransientChildren() argument 96 m_bTransientChildren = _bSet; in setTransientChildren()
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | accimplaccess.hxx | 92 virtual void setStateBit( const sal_Int16 _nState, const sal_Bool _bSet ); 147 const sal_Bool _bSet
|
H A D | accessiblewrapper.hxx | 348 void setTransientChildren( sal_Bool _bSet = sal_True );
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | WTypeSelect.cxx | 415 … OWizTypeSelectList::setPrimaryKey(OFieldDescription* _pFieldDescr,sal_uInt16 _nPos,sal_Bool _bSet) in setPrimaryKey() argument 419 _pFieldDescr->SetPrimaryKey(_bSet); in setPrimaryKey() 420 if( _bSet ) in setPrimaryKey()
|
/trunk/main/svx/source/form/ |
H A D | ParseContext.cxx | 198 …OSystemParseContext* getSharedContext(OSystemParseContext* _pContext = NULL,sal_Bool _bSet = sal_F… in getSharedContext() argument 206 if ( _bSet ) in getSharedContext()
|
/trunk/main/svl/source/config/ |
H A D | languageoptions.cxx | 114 void SvtLanguageOptions::SetAll( sal_Bool _bSet ) in SetAll() argument 116 m_pCJKOptions->SetAll( _bSet ); in SetAll()
|
/trunk/main/extensions/source/propctrlr/ |
H A D | browserline.cxx | 331 …tIfAffected( sal_uInt16& _nEnabledBits, sal_Int16 _nAffectedMask, sal_Int16 _nTestBit, bool _bSet ) in implSetBitIfAffected() argument 335 if ( _bSet ) in implSetBitIfAffected()
|
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | Object.cxx | 56 sal_Bool _bSet = sal_False) in getJavaVM2() argument 59 if ( _rVM.is() || _bSet ) in getJavaVM2()
|
/trunk/main/svl/inc/svl/ |
H A D | languageoptions.hxx | 85 void SetAll( sal_Bool _bSet );
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | WTypeSelect.hxx | 77 sal_Bool _bSet=sal_False);
|
H A D | brwctrlr.hxx | 332 void setCurrentModified( sal_Bool _bSet );
|
/trunk/main/dbaccess/source/ui/tabledesign/ |
H A D | TEditControl.hxx | 216 sal_Bool _bSet,
|
H A D | TEditControl.cxx | 1817 sal_Bool _bSet, in AdjustFieldDescription() argument 1821 if(!_bSet && _pFieldDesc->getTypeInfo()->bNullable) in AdjustFieldDescription()
|
/trunk/main/reportdesign/source/ui/inc/ |
H A D | ViewsWindow.hxx | 148 … void impl_resizeSectionWindow(OSectionWindow& _rSectionWindow,Point& _rStartPoint,bool _bSet);
|
H A D | GeometryHandler.hxx | 200 ,bool _bSet = false) const;
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | ViewsWindow.cxx | 203 …ewsWindow::impl_resizeSectionWindow(OSectionWindow& _rSectionWindow,Point& _rStartPoint,bool _bSet) in impl_resizeSectionWindow() argument 218 if ( _bSet ) in impl_resizeSectionWindow()
|
/trunk/main/svx/source/inc/ |
H A D | gridcell.hxx | 239 inline void setTransparent( sal_Bool _bSet ) { m_bTransparent = _bSet; } in setTransparent() argument
|
/trunk/main/svtools/source/uno/ |
H A D | unoiface.cxx | 53 static void lcl_setWinBits( Window* _pWindow, WinBits _nBits, sal_Bool _bSet ) in lcl_setWinBits() argument 56 if ( _bSet ) in lcl_setWinBits()
|
/trunk/main/reportdesign/source/ui/inspection/ |
H A D | GeometryHandler.cxx | 1814 ,bool _bSet) const in isDefaultFunction() 1836 if ( _bSet ) in isDefaultFunction()
|
/trunk/main/dbaccess/source/ui/browser/ |
H A D | brwctrlr.cxx | 2442 void SbaXDataBrowserController::setCurrentModified( sal_Bool _bSet ) in setCurrentModified() argument 2445 m_bCurrentlyModified = _bSet; in setCurrentModified()
|