| /trunk/main/sw/source/ui/inc/ |
| H A D | wrtsh.hxx | 104 typedef long (SwWrtShell::*SELECTFUNC)(const Point *, sal_Bool bProp ); 112 long ResetSelect( const Point *, sal_Bool ); 119 sal_Bool IsModePushed() const { return 0 != pModeStack; } in IsModePushed() 125 sal_Bool IsInSelect() const { return bInSelect; } in IsInSelect() 126 void SetInSelect(sal_Bool bSel = sal_True) { bInSelect = bSel; } in SetInSelect() 128 sal_Bool HasSelection() const { return SwCrsrShell::HasSelection() || in HasSelection() 130 sal_Bool Pop( sal_Bool bOldCrsr = sal_True ); 133 sal_Bool IsStdMode() const { return !bExtMode && !bAddMode && !bBlockMode; } in IsStdMode() 138 sal_Bool IsExtMode() const { return bExtMode; } in IsExtMode() 143 sal_Bool IsAddMode() const { return bAddMode; } in IsAddMode() [all …]
|
| /trunk/main/sd/source/ui/inc/ |
| H A D | optsitem.hxx | 85 …sal_Bool PutProperties( const com::sun::star::uno::Sequence< rtl::OUString >& rName… 103 sal_Bool mbInit : 1; 104 sal_Bool mbEnableModify : 1; 117 virtual sal_Bool ReadData( const ::com::sun::star::uno::Any* pValues ) = 0; 118 virtual sal_Bool WriteData( ::com::sun::star::uno::Any* pValues ) const = 0; 128 void EnableModify( sal_Bool bModify ) { mbEnableModify = bModify; } in EnableModify() 144 sal_Bool bRuler : 1; // Layout/Display/Ruler 145 sal_Bool bMoveOutline : 1; // Layout/Display/Contur 146 sal_Bool bDragStripes : 1; // Layout/Display/Guide 147 sal_Bool bHandlesBezier : 1; // Layout/Display/Bezier [all …]
|
| /trunk/main/sw/inc/ |
| H A D | crsrsh.hxx | 139 sal_Bool IsInProtectSect() const; 163 friend sal_Bool GetAutoSumSel( const SwCrsrShell&, SwCellFrms& ); 225 sal_Bool bHasFocus : 1; // Shell ist in einem Window "aktiv" 226 sal_Bool bSVCrsrVis : 1; // SV-Cursor Un-/Sichtbar 227 sal_Bool bChgCallFlag : 1; // Attributaenderung innerhalb von 229 sal_Bool bVisPortChgd : 1; // befindet sich im VisPortChg-Aufruf 232 sal_Bool bCallChgLnk : 1; // Flag fuer abgeleitete Klassen: 235 sal_Bool bAllProtect : 1; // Flag fuer Bereiche 237 sal_Bool bInCMvVisportChgd : 1; // Flag fuer CrsrMoves 239 sal_Bool bGCAttr : 1; // sal_True -> es existieren nichtaufgespannte Attr. [all …]
|
| H A D | viewopt.hxx | 153 sal_Bool bReadonly : 1; // Readonly-Doc 154 …sal_Bool bStarOneSetting : 1;// prevent from UI automatics (no scrollbars in readonly d… 155 sal_Bool bIsPagePreview : 1; // the preview mustn't print field/footnote/... shadings 156 …sal_Bool bSelectionInReadonly : 1; //determines whether selection is switched on in rea… 157 sal_Bool mbFormView : 1; 158 sal_Bool mbBrowseMode : 1; //swmod 080130 159 sal_Bool mbBookView : 1; // view mode for page preview 160 sal_Bool mbViewLayoutBookMode : 1; // book view mode for edit view 161 sal_Bool bShowPlaceHolderFields : 1; //only used in printing! 172 sal_Bool bTest1 :1; // Test-Flag "Layout not loading" [all …]
|
| H A D | format.hxx | 57 sal_Bool bWritten : 1; // sal_True: bereits geschrieben 58 sal_Bool bAutoFmt : 1; // sal_False: es handelt sich um eine Vorlage 60 sal_Bool bFmtInDTOR : 1; // sal_True: das Format wird geloscht. Damit man in 62 sal_Bool bAutoUpdateFmt : 1; // sal_True: am Format werden die Attribute 83 virtual sal_Bool GetInfo( SfxPoolItem& ) const; 86 void CopyAttrs( const SwFmt&, sal_Bool bReplace=sal_True ); 93 sal_Bool SetDerivedFrom(SwFmt *pDerivedFrom = 0); 98 const SfxPoolItem& GetFmtAttr( sal_uInt16 nWhich, sal_Bool bInParents = sal_True ) const; 100 …SfxItemState GetItemState( sal_uInt16 nWhich, sal_Bool bSrchInParent = sal_True, const SfxPoolItem… 104 virtual sal_Bool SetFmtAttr( const SfxPoolItem& rAttr ); [all …]
|
| H A D | swatrset.hxx | 194 virtual SfxItemSet* Clone(sal_Bool bItems = sal_True, SfxItemPool *pToPool = 0) const; 233 inline const SvxPostureItem &GetPosture( sal_Bool = sal_True ) const; 234 inline const SvxWeightItem &GetWeight( sal_Bool = sal_True ) const; 235 inline const SvxShadowedItem &GetShadowed( sal_Bool = sal_True ) const; 236 inline const SvxAutoKernItem &GetAutoKern( sal_Bool = sal_True ) const; 237 inline const SvxWordLineModeItem &GetWordLineMode( sal_Bool = sal_True ) const; 238 inline const SvxContourItem &GetContour( sal_Bool = sal_True ) const; 239 inline const SvxKerningItem &GetKerning( sal_Bool = sal_True ) const; 240 inline const SvxUnderlineItem &GetUnderline( sal_Bool = sal_True ) const; 241 inline const SvxOverlineItem &GetOverline( sal_Bool = sal_True ) const; [all …]
|
| H A D | swcrsr.hxx | 48 virtual int Find( SwPaM*, SwMoveFn, const SwPaM*, sal_Bool ) = 0; 71 … sal_uLong FindAll( SwFindParas& , SwDocPositions, SwDocPositions, FindRanges, sal_Bool& bCancel ); 83 sal_Bool & io_rbLeft, sal_Bool bVisualAllowed, sal_Bool bInsertCrsr); 108 sal_Bool bSearchInNotes, 110 sal_Bool& bCancel, 115 sal_Bool& bCancel, 118 sal_uLong Find( const SfxItemSet& rSet, sal_Bool bNoCollections, 120 sal_Bool& bCancel, 126 …sal_Bool IsStartWord( sal_Int16 nWordType = com::sun::star::i18n::WordType::ANYWORD_IGNOREWHITESPA… 127 …sal_Bool IsEndWord( sal_Int16 nWordType = com::sun::star::i18n::WordType::ANYWORD_IGNOREWHITESPACE… [all …]
|
| H A D | fesh.hxx | 184 sal_Bool bCheckForOLEInCaption; 208 SW_DLLPRIVATE sal_Bool ImpEndCreate(); 213 SW_DLLPRIVATE sal_Bool CopyDrawSel( SwFEShell* pDestShell, const Point& rSttPt, 214 const Point& rInsPt, sal_Bool bIsMove, 215 sal_Bool bSelectInsert ); 221 SW_DLLPRIVATE sal_Bool CheckHeadline( bool bRepeat ) const; 235 sal_Bool Copy( SwDoc* pClpDoc, const String* pNewClpTxt = 0 ); 236 sal_Bool Paste( SwDoc* pClpDoc, sal_Bool bIncludingPageFrames = sal_False); 238 sal_Bool PastePages( SwFEShell& rToFill, sal_uInt16 nStartPage, sal_uInt16 nEndPage); 240 sal_Bool Copy( SwFEShell*, const Point& rSttPt, const Point& rInsPt, [all …]
|
| H A D | editsh.hxx | 171 SW_DLLPRIVATE void DeleteSel( SwPaM& rPam, sal_Bool* pUndo = 0 ); 180 void Insert( sal_Unicode, sal_Bool bOnlyCurrCrsr = sal_False ); 190 sal_Bool Replace( const String& rNewStr, sal_Bool bRegExpRplc = sal_False ); 197 sal_Bool DelFullPara(); 207 sal_Bool RemoveInvisibleContent(); 210 sal_Bool ConvertFieldsToText(); 215 sal_uInt16 GetLinkUpdMode(sal_Bool bDocSettings = sal_False) const; 228 sal_Bool _CopySelToDoc( SwDoc* pInsDoc, SwNodeIndex* pNdInsPos = 0 ); 230 long SplitNode( sal_Bool bAutoFormat = sal_False, sal_Bool bCheckTableStart = sal_True ); 231 sal_Bool AppendTxtNode(); [all …]
|
| /trunk/main/sc/source/ui/inc/ |
| H A D | docfunc.hxx | 52 sal_Bool AdjustRowHeight( const ScRange& rRange, sal_Bool bPaint = sal_True ); 56 sal_Bool& rCancel, sal_Bool bApi ); 65 sal_Bool DetectiveAddPred(const ScAddress& rPos); 66 sal_Bool DetectiveDelPred(const ScAddress& rPos); 67 sal_Bool DetectiveAddSucc(const ScAddress& rPos); 68 sal_Bool DetectiveDelSucc(const ScAddress& rPos); 69 sal_Bool DetectiveAddError(const ScAddress& rPos); 70 sal_Bool DetectiveMarkInvalid(SCTAB nTab); 71 sal_Bool DetectiveDelAll(SCTAB nTab); 72 sal_Bool DetectiveRefresh(sal_Bool bAutomatic = sal_False); [all …]
|
| H A D | viewfunc.hxx | 79 sal_Bool bFormatValid; 92 sal_Bool GetAutoSumArea(ScRangeList& rRangeList); 93 void EnterAutoSum(const ScRangeList& rRangeList, sal_Bool bSubTotal); 98 sal_Bool bRecord = sal_True, const EditTextObject* pData = NULL ); 101 sal_Bool bRecord = sal_True, sal_Bool bTestSimple = sal_False ); 108 …SC_DLLPUBLIC void CutToClip( ScDocument* pClipDoc = NULL, sal_Bool bIncludeObjects = sal… 109 …SC_DLLPUBLIC sal_Bool CopyToClip( ScDocument* pClipDoc = NULL, sal_Bool bCut = sal_False… 110 … sal_Bool bIncludeObjects = sal_False, sal_Bool bStopEdit = sal_True ); 112 SC_DLLPUBLIC sal_Bool PasteFromClip( sal_uInt16 nFlags, ScDocument* pClipDoc, 113 … sal_uInt16 nFunction = PASTE_NOFUNC, sal_Bool bSkipEmpty = sal_False, [all …]
|
| /trunk/main/sot/inc/sot/ |
| H A D | stg.hxx | 74 sal_Bool m_bAutoCommit; 80 virtual sal_Bool Validate( sal_Bool=sal_False ) const = 0; 81 virtual sal_Bool ValidateMode( StreamMode ) const = 0; 85 sal_Bool Good() const { return sal_Bool( m_nError == SVSTREAM_OK ); } in Good() 87 void SetAutoCommit( sal_Bool bSet ) in SetAutoCommit() 100 virtual sal_Bool SetSize( sal_uLong nNewSize ) = 0; 101 virtual sal_Bool CopyTo( BaseStorageStream * pDestStm ) = 0; 102 virtual sal_Bool Commit() = 0; 103 virtual sal_Bool Revert() = 0; 104 virtual sal_Bool Equals( const BaseStorageStream& rStream ) const = 0; [all …]
|
| /trunk/main/sw/source/core/inc/ |
| H A D | frame.hxx | 138 typedef sal_Bool (SwFrm:: *SwFrmMax)( long ); 139 typedef void (SwFrm:: *SwFrmMakePos)( const SwFrm*, const SwFrm*, sal_Bool ); 229 #define SWRECTFN( pFrm ) sal_Bool bVert = pFrm->IsVertical(); \ 230 sal_Bool bRev = pFrm->IsReverse(); \ 231 sal_Bool bVertL2R = pFrm->IsVertLR(); \ 235 #define SWRECTFNX( pFrm ) sal_Bool bVertX = pFrm->IsVertical(); \ 236 sal_Bool bRevX = pFrm->IsReverse(); \ 237 sal_Bool bVertL2RX = pFrm->IsVertLR(); \ 249 #define SWRECTFN2( pFrm ) sal_Bool bVert = pFrm->IsVertical(); \ 250 sal_Bool bVertL2R = pFrm->IsVertLR(); \ [all …]
|
| /trunk/main/sw/source/core/text/ |
| H A D | porlay.hxx | 59 inline sal_Bool operator<(const SwCharRange &rRange) const in operator <() 61 inline sal_Bool operator>(const SwCharRange &rRange) const in operator >() 63 inline sal_Bool operator!=(const SwCharRange &rRange) const in operator !=() 101 sal_Bool bFormatAdj : 1; 102 sal_Bool bDummy : 1; 103 sal_Bool bFntChg : 1; 104 sal_Bool bEndHyph : 1; 105 sal_Bool bMidHyph : 1; 106 sal_Bool bTab : 1; 107 sal_Bool bFly : 1; [all …]
|
| H A D | inftxt.hxx | 125 inline sal_Bool HasSpecialAlign( sal_Bool bVert ) const in HasSpecialAlign() 202 sal_Bool bOnWin : 1; 203 sal_Bool bNotEOL : 1; 204 sal_Bool bURLNotify : 1; 205 sal_Bool bStopUnderFlow : 1;// Underflow gestoppt z.B. von einer FlyPortion 206 sal_Bool bFtnInside : 1; // the current line contains a footnote 207 …sal_Bool bOtherThanFtnInside : 1; // the current line contains another portion than a footnote por… 209 sal_Bool bMulti : 1; // inside a multiportion 210 sal_Bool bFirstMulti : 1; // this flag is used for two purposes: 214 sal_Bool bRuby : 1; // during the formatting of a phonetic line [all …]
|
| /trunk/main/connectivity/source/inc/file/ |
| H A D | FDatabaseMetaData.hxx | 45 virtual sal_Bool impl_isCatalogAtStart_throw( ); 47 virtual sal_Bool impl_supportsCatalogsInTableDefinitions_throw( ); 48 virtual sal_Bool impl_supportsSchemasInTableDefinitions_throw( ) ; 49 virtual sal_Bool impl_supportsCatalogsInDataManipulation_throw( ); 50 virtual sal_Bool impl_supportsSchemasInDataManipulation_throw( ) ; 51 virtual sal_Bool impl_supportsMixedCaseQuotedIdentifiers_throw( ); 52 virtual sal_Bool impl_supportsAlterTableWithAddColumn_throw( ); 53 virtual sal_Bool impl_supportsAlterTableWithDropColumn_throw( ); 56 virtual sal_Bool impl_storesMixedCaseQuotedIdentifiers_throw( ); 64 virtual sal_Bool SAL_CALL allProceduresAreCallable( ); [all …]
|
| /trunk/main/mysqlc/source/ |
| H A D | mysqlc_databasemetadata.hxx | 57 sal_Bool m_bUseCatalog; 69 …sal_Bool impl_getBoolMetaData( const sal_Char* _methodName, bool (sql::DatabaseMetaData::*_Method)… 70 …sal_Bool impl_getBoolMetaData( const sal_Char* _methodName, bool (sql::DatabaseMetaData::*_Method)… 71 …sal_Bool impl_getRSTypeMetaData( const sal_Char* _methodName, bool (sql::DatabaseMetaData::*_Metho… 81 sal_Bool SAL_CALL allProceduresAreCallable(); 82 sal_Bool SAL_CALL allTablesAreSelectable(); 85 sal_Bool SAL_CALL isReadOnly(); 86 sal_Bool SAL_CALL nullsAreSortedHigh(); 87 sal_Bool SAL_CALL nullsAreSortedLow(); 88 sal_Bool SAL_CALL nullsAreSortedAtStart(); [all …]
|
| /trunk/main/connectivity/source/drivers/evoab2/ |
| H A D | NDatabaseMetaData.hxx | 84 virtual sal_Bool impl_isCatalogAtStart_throw( ); 86 virtual sal_Bool impl_supportsCatalogsInTableDefinitions_throw( ); 87 virtual sal_Bool impl_supportsSchemasInTableDefinitions_throw( ) ; 88 virtual sal_Bool impl_supportsCatalogsInDataManipulation_throw( ); 89 virtual sal_Bool impl_supportsSchemasInDataManipulation_throw( ) ; 90 virtual sal_Bool impl_supportsMixedCaseQuotedIdentifiers_throw( ) ; 91 virtual sal_Bool impl_supportsAlterTableWithAddColumn_throw( ); 92 virtual sal_Bool impl_supportsAlterTableWithDropColumn_throw( ); 95 virtual sal_Bool impl_storesMixedCaseQuotedIdentifiers_throw( ); 105 virtual sal_Bool SAL_CALL allProceduresAreCallable( ); [all …]
|
| /trunk/main/svx/inc/svx/ |
| H A D | svdmrkv.hxx | 168 virtual sal_Bool MouseMove(const MouseEvent& rMEvt, Window* pWin); 179 sal_Bool ImpIsFrameHandles() const; 183 sal_Bool ImpMarkPoint(SdrHdl* pHdl, SdrMark* pMark, sal_Bool bUnmark); 184 virtual sal_Bool MarkPoints(const Rectangle* pRect, sal_Bool bUnmark); 185 sal_Bool MarkGluePoints(const Rectangle* pRect, sal_Bool bUnmark); 187 void SetMoveOutside(sal_Bool bOn); 188 sal_Bool IsMoveOutside() const; 196 virtual sal_Bool IsAction() const; 205 virtual sal_Bool IsObjMarkable(SdrObject* pObj, SdrPageView* pPV) const; 209 sal_Bool IsMarking() const { return IsMarkObj() || IsMarkPoints() || IsMarkGluePoints(); } in IsMarking() [all …]
|
| H A D | svdedtv.hxx | 148 void ImpConvertTo(sal_Bool bPath, sal_Bool bLineToArea); 153 SdrObject* ImpConvertOneObj(SdrObject* pObj, sal_Bool bPath, sal_Bool bLineToArea); 167 sal_Bool ImpCanConvertForCombine1(const SdrObject* pObj) const; 168 sal_Bool ImpCanConvertForCombine(const SdrObject* pObj) const; 169 basegfx::B2DPolyPolygon ImpGetPolyPolygon1(const SdrObject* pObj, sal_Bool bCombine) const; 170 basegfx::B2DPolyPolygon ImpGetPolyPolygon(const SdrObject* pObj, sal_Bool bCombine) const; 174 …sal_Bool ImpCanDismantle(const basegfx::B2DPolyPolygon& rPpolyPpolygon, sal_Bool bMakeLines) const; 175 sal_Bool ImpCanDismantle(const SdrObject* pObj, sal_Bool bMakeLines) const; 176 …(const SdrObject* pObj, SdrObjList& rOL, sal_uIntPtr& rPos, SdrPageView* pPV, sal_Bool bMakeLines); 178 sal_Bool bVertical, sal_Bool bNoContortion, sal_Bool bRotate, const Rectangle& rMarkRect); [all …]
|
| /trunk/main/sfx2/inc/sfx2/ |
| H A D | objsh.hxx | 204 …sal_Bool bHasName :1, // sal_True := bestehendes Objekt, sal_False := es… 206 …sal_Bool bIsInGenerateThumbnail; //optimize thumbnail generate and store procedure to impro… 223 SAL_DLLPRIVATE sal_Bool SaveTo_Impl(SfxMedium &rMedium, const SfxItemSet* pSet ); 235 virtual sal_Bool Close(); 251 void Stamp_SetPrintCancelState(sal_Bool bState); 252 sal_Bool Stamp_GetPrintCancelState() const; 258 sal_Bool bOnlyVisible = sal_True ); 261 sal_Bool bOnlyVisible = sal_True ); 282 sal_Bool HasName() const { return bHasName; } in HasName() 284 void SetHasName( sal_Bool bSet = sal_True ) { bHasName = bSet; } in SetHasName() [all …]
|
| /trunk/main/sc/inc/ |
| H A D | document.hxx | 210 sal_Bool bAsLink; 211 sal_Bool bSkipAttrForEmpty; 371 sal_Bool bAutoCalc; // Automatisch Berechnen 372 sal_Bool bAutoCalcShellDisabled; // in/von/fuer ScDocShell disabled 376 sal_Bool bForcedFormulaPending; 377 sal_Bool bCalculatingFormulaTree; 378 sal_Bool bIsClip; 379 sal_Bool bIsUndo; 380 sal_Bool bIsVisible; // set from view ctor 382 sal_Bool bIsEmbedded; // Embedded-Bereich anzeigen/anpassen ? [all …]
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | window.hxx | 402 SAL_DLLPRIVATE void ImplRemoveWindow( sal_Bool bRemoveFrameData ); 417 SAL_DLLPRIVATE sal_Bool ImplIsRealParentPath( const Window* pWindow ) const; 418 …SAL_DLLPRIVATE sal_Bool ImplIsChild( const Window* pWindow, sal_Bool bSystemWindow … 419 …SAL_DLLPRIVATE sal_Bool ImplIsWindowOrChild( const Window* pWindow, sal_Bool bSyste… 421 SAL_DLLPRIVATE sal_Bool ImplIsDockingWindow() const; 422 SAL_DLLPRIVATE sal_Bool ImplIsFloatingWindow() const; 423 SAL_DLLPRIVATE sal_Bool ImplIsToolbox() const; 424 SAL_DLLPRIVATE sal_Bool ImplIsSplitter() const; 425 SAL_DLLPRIVATE sal_Bool ImplIsPushButton() const; 426 SAL_DLLPRIVATE sal_Bool ImplIsOverlapWindow() const; [all …]
|
| /trunk/main/sw/source/filter/html/ |
| H A D | swhtml.hxx | 97 sal_Bool bInsAtStart : 1; 98 sal_Bool bLikePara : 1;// Set attribute over the entire paragraph 99 sal_Bool bValid : 1;// is the attribute valid? 128 sal_Bool IsLikePara() const { return bLikePara; } in IsLikePara() 129 void SetLikePara( sal_Bool bPara=sal_True ) { bLikePara = bPara; } in SetLikePara() 149 sal_Bool IsValid() const { return bValid; } in IsValid() 234 sal_Bool bLRSpaceChanged : 1;// left/right edge, indent changed? 235 sal_Bool bULSpaceChanged : 1;// upper/lower edge changed? 236 sal_Bool bDfltTxtFmtColl : 1;// nTxtFmtColl is only a default 237 sal_Bool bSpansSection : 1;// The context spans a SwSection [all …]
|
| /trunk/main/connectivity/source/inc/ado/ |
| H A D | ADatabaseMetaData.hxx | 49 sal_Bool fSupported; 59 sal_Bool isCapable(sal_uInt32 _nId); 65 sal_Bool getBoolProperty(const ::rtl::OUString& _aProperty); 70 virtual sal_Bool impl_isCatalogAtStart_throw( ); 72 virtual sal_Bool impl_supportsCatalogsInTableDefinitions_throw( ); 73 virtual sal_Bool impl_supportsSchemasInTableDefinitions_throw( ) ; 74 virtual sal_Bool impl_supportsCatalogsInDataManipulation_throw( ); 75 virtual sal_Bool impl_supportsSchemasInDataManipulation_throw( ) ; 76 virtual sal_Bool impl_supportsMixedCaseQuotedIdentifiers_throw( ); 77 virtual sal_Bool impl_supportsAlterTableWithAddColumn_throw( ); [all …]
|