Home
last modified time | relevance | path

Searched refs:bFlag (Results 101 – 125 of 145) sorted by relevance

123456

/trunk/main/formula/source/ui/dlg/
H A Dstructpg.hxx66 void SetActiveFlag(sal_Bool bFlag=sal_True);
/trunk/main/sd/source/ui/inc/taskpane/
H A DTitledControl.hxx122 virtual void SetEnabledState(bool bFlag);
/trunk/main/sw/inc/
H A DIDocumentFieldsAccess.hxx177 virtual void SetNewFldLst( bool bFlag) = 0;
H A DIDocumentRedlineAccess.hxx202 virtual void SetRedlineMove(/*[in]*/bool bFlag) = 0;
/trunk/main/sc/source/ui/inc/
H A Dfilldlg.hxx75 void SetEdStartValEnabled(sal_Bool bFlag=sal_False);
H A Dreffact.hxx93 static void SetAutoReOpen(sal_Bool bFlag);
H A Danyrefdg.hxx105 … void EnableSpreadsheets( sal_Bool bFlag = sal_True, sal_Bool bChilds = sal_True );
/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx1105 void SwDoc::SetNumRuleStart( const SwPosition& rPos, sal_Bool bFlag ) in SetNumRuleStart() argument
1112 if( pRule && !bFlag != !pTxtNd->IsListRestart()) in SetNumRuleStart()
1116 SwUndo *const pUndo( new SwUndoNumRuleStart(rPos, bFlag) ); in SetNumRuleStart()
1120 pTxtNd->SetListRestart(bFlag ? true : false); in SetNumRuleStart()
H A Ddoccomp.cxx107 void SetChanged( sal_uLong nLine, sal_Bool bFlag = sal_True );
222 void CompareData::SetChanged( sal_uLong nLine, sal_Bool bFlag ) in SetChanged() argument
230 pChangedFlag[ nLine ] = bFlag; in SetChanged()
/trunk/main/sd/source/ui/inc/
H A DSlideView.hxx82 void SetAllowInvalidate( sal_Bool bFlag );
/trunk/main/extensions/source/propctrlr/
H A Dbrowserline.hxx99 void Show(sal_Bool bFlag=sal_True);
/trunk/main/sw/source/core/inc/
H A DUndoNumbering.hxx139 sal_Bool bFlag : 1; member in SwUndoNumRuleStart
H A DUndoTable.hxx191 sal_Bool bFlag; member in SwUndoTblNdsChg
/trunk/main/sw/source/core/ole/
H A Dndole.cxx91 void SetInUnload( sal_Bool bFlag ) { bInUnload = bFlag; } in SetInUnload() argument
/trunk/main/sw/source/core/undo/
H A Dunattr.cxx1070 const SwPaM& rPam, sal_Bool bFlag, sal_Bool bMod ) in SwUndoMoveLeftMargin() argument
1071 : SwUndo( bFlag ? UNDO_INC_LEFTMARGIN : UNDO_DEC_LEFTMARGIN ) in SwUndoMoveLeftMargin()
H A Duntbl.cxx1557 bFlag( bFlg ), in SwUndoTblNdsChg()
1580 bFlag( sal_False ), in SwUndoTblNdsChg()
1907 rDoc.InsertCol( aSelBoxes, nCount, bFlag ); in RedoImpl()
1918 rDoc.InsertRow( aSelBoxes, nCount, bFlag ); in RedoImpl()
1931 rDoc.SplitTbl( aSelBoxes, bFlag, nCount, bSameHeight ); in RedoImpl()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx3108 SvxTwoLinesItem::SvxTwoLinesItem( sal_Bool bFlag, sal_Unicode nStartBracket, in SvxTwoLinesItem() argument
3111 cStartBracket( nStartBracket ), cEndBracket( nEndBracket ), bOn( bFlag ) in SvxTwoLinesItem()
3286 sal_Bool bFlag = IsFitToLine(); in Store() local
3287 rStrm << GetValue() << bFlag; in Store()
/trunk/main/extensions/source/bibliography/
H A Dframectr.cxx848 sal_Bool bFlag=pObj->xListener.is(); in removeStatusListener() local
849 if (!bFlag || (pObj->xListener == aObject && in removeStatusListener()
/trunk/main/svx/inc/svx/
H A Dnumfmtsh.hxx209 void GetCurrencySymbols( SvStringsDtor& rList, sal_Bool bFlag );
/trunk/main/sfx2/source/view/
H A Dipclient.cxx83 SfxBooleanFlagGuard( sal_Bool& bFlag, sal_Bool bLifeValue ) in SfxBooleanFlagGuard() argument
84 : m_rFlag( bFlag ) in SfxBooleanFlagGuard()
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx867 bool bFlag = rStrm.readuInt8() != 0; in importDxfFlag() local
871 maModel.mbItalic = bFlag; in importDxfFlag()
875 maModel.mbStrikeout = bFlag; in importDxfFlag()
879 maModel.mbOutline = bFlag; in importDxfFlag()
883 maModel.mbShadow = bFlag; in importDxfFlag()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3046 void SwCrsrShell::SetReadOnlyAvailable( sal_Bool bFlag ) in SetReadOnlyAvailable() argument
3051 bFlag != bSetCrsrInReadOnly ) in SetReadOnlyAvailable()
3056 if( !bFlag ) in SetReadOnlyAvailable()
3060 bSetCrsrInReadOnly = bFlag; in SetReadOnlyAvailable()
/trunk/main/sc/inc/
H A Dscmatrix.hxx106 void PutStringEntry( const String* pStr, sal_uInt8 bFlag, SCSIZE nIndex );
/trunk/main/automation/inc/automation/
H A Dsimplecm.hxx217 sal_Bool bFlag; member in CommunicationLink
/trunk/main/svtools/source/inc/
H A Dproperty.hxx260 void SetNeedsRepaint(sal_Bool bFlag);

Completed in 205 milliseconds

123456