Lines Matching refs:sal_Bool
213 sal_Bool bAsLink;
214 sal_Bool bSkipAttrForEmpty;
374 sal_Bool bAutoCalc; // Automatisch Berechnen
375 sal_Bool bAutoCalcShellDisabled; // in/von/fuer ScDocShell disabled
379 sal_Bool bForcedFormulaPending;
380 sal_Bool bCalculatingFormulaTree;
381 sal_Bool bIsClip;
382 sal_Bool bIsUndo;
383 sal_Bool bIsVisible; // set from view ctor
385 sal_Bool bIsEmbedded; // Embedded-Bereich anzeigen/anpassen ?
389 sal_Bool bNoSetDirty;
392 sal_Bool bInsertingFromOtherDoc;
396 …sal_Bool bXMLFromWrapper; // distinguish ScXMLImportWrapper from external compon…
397 sal_Bool bCalcingAfterLoad; // in CalcAfterLoad TRUE
399 sal_Bool bNoListening;
400 sal_Bool bIdleDisabled;
401 sal_Bool bInLinkUpdate; // TableLink or AreaLink
402 sal_Bool bChartListenerCollectionNeedsUpdate;
404 sal_Bool bHasForcedFormulas;
406 sal_Bool bInDtorClear;
410 sal_Bool bExpandRefs;
412 sal_Bool bDetectiveDirty;
415 sal_Bool bHasMacroFunc; // valid only after loading
422 sal_Bool bPastingDrawFromOtherDoc;
426 sal_Bool bInUnoBroadcast;
427 sal_Bool bInUnoListenerCall;
430 mutable sal_Bool bStyleSheetUsageInvalid;
451 sal_Bool bReadOnly; // MT: Really needed???
454 virtual void setDocReadOnly( sal_Bool b){ bReadOnly = b; } in setDocReadOnly()
455 virtual sal_Bool getDocReadOnly() const { return bReadOnly; } in getDocReadOnly()
456 sal_Bool IsCellInChangeTrack(const ScAddress &cell,Color *pColCellBoder);
457 void GetCellChangeTrackNote( const ScAddress &cell,String &strTrackText,sal_Bool &pbLeftEdge);
501 void Clear( sal_Bool bFromDestructor = sal_False );
519 sal_Bool bRemoveAutoFilter = sal_False );
521 sal_Bool bStartOnly = sal_False) const;
547 sal_Bool HasChartAtPoint( SCTAB nTab, const Point& rPos, String* pName = NULL );
554 sal_Bool bColHeaders, sal_Bool bRowHeaders, sal_Bool bAdd );
557 sal_Bool bColHeaders, sal_Bool bRowHeaders, sal_Bool bAdd );
559 … ScRangeList& rRanges, sal_Bool& rColHeaders, sal_Bool& rRowHeaders );
569 SC_DLLPUBLIC sal_Bool HasTable( SCTAB nTab ) const;
570 SC_DLLPUBLIC sal_Bool GetName( SCTAB nTab, String& rName ) const;
571 SC_DLLPUBLIC sal_Bool GetCodeName( SCTAB nTab, String& rName ) const;
572 SC_DLLPUBLIC sal_Bool SetCodeName( SCTAB nTab, const String& rName );
573 SC_DLLPUBLIC sal_Bool GetTable( const String& rName, SCTAB& rTab ) const;
579 SC_DLLPUBLIC sal_Bool IsDocProtected() const;
580 sal_Bool IsDocEditable() const;
581 SC_DLLPUBLIC sal_Bool IsTabProtected( SCTAB nTab ) const;
589 sal_Bool IsBlockEditable( SCTAB nTab, SCCOL nStartCol, SCROW nStartRow,
591 sal_Bool* pOnlyNotBecauseOfMatrix = NULL ) const;
592 sal_Bool IsSelectionEditable( const ScMarkData& rMark,
593 sal_Bool* pOnlyNotBecauseOfMatrix = NULL ) const;
594 sal_Bool HasSelectedBlockMatrixFragment( SCCOL nStartCol, SCROW nStartRow,
598 sal_Bool GetMatrixFormulaRange( const ScAddress& rCellPos, ScRange& rMatrix );
600 sal_Bool IsEmbedded() const;
608 SC_DLLPUBLIC sal_Bool ValidTabName( const String& rName ) const;
609 SC_DLLPUBLIC sal_Bool ValidNewTabName( const String& rName ) const;
611 SC_DLLPUBLIC sal_Bool InsertTab( SCTAB nPos, const String& rName,
612 sal_Bool bExternalDocument = sal_False );
613 SC_DLLPUBLIC sal_Bool DeleteTab( SCTAB nTab, ScDocument* pRefUndoDoc = NULL );
614 SC_DLLPUBLIC sal_Bool RenameTab( SCTAB nTab, const String& rName,
615 sal_Bool bUpdateRef = sal_True,
616 sal_Bool bExternalDocument = sal_False );
617 sal_Bool MoveTab( SCTAB nOldPos, SCTAB nNewPos );
618 sal_Bool CopyTab( SCTAB nOldPos, SCTAB nNewPos,
621 sal_Bool bInsertNew = sal_True,
622 sal_Bool bResultsOnly = sal_False );
624 SC_DLLPUBLIC void SetVisible( SCTAB nTab, sal_Bool bVisible );
625 SC_DLLPUBLIC sal_Bool IsVisible( SCTAB nTab ) const;
626 sal_Bool IsStreamValid( SCTAB nTab ) const;
627 void SetStreamValid( SCTAB nTab, sal_Bool bSet, sal_Bool bIgnoreLock = sal_False );
634 SC_DLLPUBLIC sal_Bool IsPendingRowHeights( SCTAB nTab ) const;
635 SC_DLLPUBLIC void SetPendingRowHeights( SCTAB nTab, sal_Bool bSet );
636 SC_DLLPUBLIC void SetLayoutRTL( SCTAB nTab, sal_Bool bRTL );
637 SC_DLLPUBLIC sal_Bool IsLayoutRTL( SCTAB nTab ) const;
638 sal_Bool IsNegativePage( SCTAB nTab ) const;
639 SC_DLLPUBLIC void SetScenario( SCTAB nTab, sal_Bool bFlag );
640 SC_DLLPUBLIC sal_Bool IsScenario( SCTAB nTab ) const;
649 SC_DLLPUBLIC sal_Bool IsActiveScenario( SCTAB nTab ) const;
650 SC_DLLPUBLIC void SetActiveScenario( SCTAB nTab, sal_Bool bActive ); // nur fuer Undo etc.
655 sal_Bool IsLinked( SCTAB nTab ) const;
664 sal_Bool HasLink( const String& rDoc,
666 SC_DLLPUBLIC sal_Bool LinkExternalTab( SCTAB& nTab, const String& aDocTab,
680 sal_Bool HasDdeLinks() const;
681 sal_Bool HasAreaLinks() const;
689 sal_Bool IsInDdeLinkUpdate() const { return nInDdeLinkUpdate != 0; } in IsInDdeLinkUpdate()
696 sal_Bool UpdateDdeLink( const String& rAppl, const String& rTopic, const String& rItem );
736 sal_Bool IsDrawRecording() const;
747 sal_Bool IsChart( const SdrObject* pObject );
758 sal_Bool HasControl( SCTAB nTab, const Rectangle& rMMRect );
763 sal_Bool HasBackgroundDraw( SCTAB nTab, const Rectangle& rMMRect );
764 sal_Bool HasAnyDraw( SCTAB nTab, const Rectangle& rMMRect );
772 sal_Bool HasCalcNotification( SCTAB nTab ) const;
776 SC_DLLPUBLIC ScOutlineTable* GetOutlineTable( SCTAB nTab, sal_Bool bCreate = sal_False );
777 sal_Bool SetOutlineTable( SCTAB nTab, const ScOutlineTable* pNewOutline );
782 sal_Bool DoSubTotals( SCTAB nTab, ScSubTotalParam& rParam );
784 sal_Bool TestRemoveSubTotals( SCTAB nTab, const ScSubTotalParam& rParam );
785 sal_Bool HasSubTotalCells( const ScRange& rRange );
787 SC_DLLPUBLIC void PutCell( const ScAddress&, ScBaseCell* pCell, sal_Bool bForceTab = sal_False );
791 sal_Bool bForceTab = sal_False );
793 sal_uLong nFormatIndex, sal_Bool bForceTab = sal_False);
795 SC_DLLPUBLIC sal_Bool SetString(
827 sal_Bool bAsciiExport = sal_False ) const;
835 SC_DLLPUBLIC sal_Bool HasData( SCCOL nCol, SCROW nRow, SCTAB nTab );
836 SC_DLLPUBLIC sal_Bool HasStringData( SCCOL nCol, SCROW nRow, SCTAB nTab ) const;
837 SC_DLLPUBLIC sal_Bool HasValueData( SCCOL nCol, SCROW nRow, SCTAB nTab ) const;
838 sal_Bool HasStringCells( const ScRange& rRange ) const;
841 sal_Bool HasSelectionData( SCCOL nCol, SCROW nRow, SCTAB nTab ) const;
860 sal_Bool ExtendMergeSel( SCCOL nStartCol, SCROW nStartRow,
862 sal_Bool bRefresh = sal_False, sal_Bool bAttrs = sal_False );
863 sal_Bool ExtendMerge( SCCOL nStartCol, SCROW nStartRow,
865 sal_Bool bRefresh = sal_False, sal_Bool bAttrs = sal_False );
866 …sal_Bool ExtendMerge( ScRange& rRange, sal_Bool bRefresh = sal_False, sal_Bool bAttrs = sal_Fals…
867 sal_Bool ExtendTotalMerge( ScRange& rRange );
868 SC_DLLPUBLIC sal_Bool ExtendOverlapped( SCCOL& rStartCol, SCROW& rStartRow,
870 SC_DLLPUBLIC sal_Bool ExtendOverlapped( ScRange& rRange );
872 sal_Bool RefreshAutoFilter( SCCOL nStartCol, SCROW nStartRow,
882 sal_Bool IsBlockEmpty( SCTAB nTab, SCCOL nStartCol, SCROW nStartRow,
884 sal_Bool IsPrintEmpty( SCTAB nTab, SCCOL nStartCol, SCROW nStartRow,
886 sal_Bool bLeftIsEmpty = sal_False,
890 sal_Bool IsHorOverlapped( SCCOL nCol, SCROW nRow, SCTAB nTab ) const;
891 sal_Bool IsVerOverlapped( SCCOL nCol, SCROW nRow, SCTAB nTab ) const;
929 void SetAutoCalc( sal_Bool bNewAutoCalc );
930 sal_Bool GetAutoCalc() const { return bAutoCalc; } in GetAutoCalc()
932 void SetAutoCalcShellDisabled( sal_Bool bNew ) { bAutoCalcShellDisabled = bNew; } in SetAutoCalcShellDisabled()
933 sal_Bool IsAutoCalcShellDisabled() const { return bAutoCalcShellDisabled; } in IsAutoCalcShellDisabled()
935 void SetForcedFormulaPending( sal_Bool bNew ) { bForcedFormulaPending = bNew; } in SetForcedFormulaPending()
936 sal_Bool IsForcedFormulaPending() const { return bForcedFormulaPending; } in IsForcedFormulaPending()
938 sal_Bool IsCalculatingFormulaTree() { return bCalculatingFormulaTree; } in IsCalculatingFormulaTree()
968 … SCCOL& rEndCol, SCROW& rEndRow, sal_Bool bIncludeOld, bool bOnlyDown ) const;
969 SC_DLLPUBLIC sal_Bool GetCellArea( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow ) const;
970 SC_DLLPUBLIC sal_Bool GetTableArea( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow ) const;
971 SC_DLLPUBLIC sal_Bool GetPrintArea( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow,
972 sal_Bool bNotes = sal_True ) const;
973 SC_DLLPUBLIC sal_Bool GetPrintAreaHor( SCTAB nTab, SCROW nStartRow, SCROW nEndRow,
974 SCCOL& rEndCol, sal_Bool bNotes = sal_True ) const;
975 SC_DLLPUBLIC sal_Bool GetPrintAreaVer( SCTAB nTab, SCCOL nStartCol, SCCOL nEndCol,
976 SCROW& rEndRow, sal_Bool bNotes = sal_True ) const;
984 SC_DLLPUBLIC sal_Bool GetDataStart( SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow ) const;
1000 sal_Bool bMarked, sal_Bool bUnprotected, const ScMarkData& rMark );
1002 sal_Bool GetNextMarkedCell( SCCOL& rCol, SCROW& rRow, SCTAB nTab,
1009 sal_Bool InsertRow( SCCOL nStartCol, SCTAB nStartTab,
1013 SC_DLLPUBLIC sal_Bool InsertRow( const ScRange& rRange, ScDocument* pRefUndoDoc = NULL );
1017 ScDocument* pRefUndoDoc = NULL, sal_Bool* pUndoOutline = NULL,
1020 ScDocument* pRefUndoDoc = NULL, sal_Bool* pUndoOutline = NULL );
1021 sal_Bool InsertCol( SCROW nStartRow, SCTAB nStartTab,
1025 SC_DLLPUBLIC sal_Bool InsertCol( const ScRange& rRange, ScDocument* pRefUndoDoc = NULL );
1029 ScDocument* pRefUndoDoc = NULL, sal_Bool* pUndoOutline = NULL,
1032 ScDocument* pRefUndoDoc = NULL, sal_Bool* pUndoOutline = NULL );
1034 sal_Bool CanInsertRow( const ScRange& rRange ) const;
1035 sal_Bool CanInsertCol( const ScRange& rRange ) const;
1037 void FitBlock( const ScRange& rOld, const ScRange& rNew, sal_Bool bClear = sal_True );
1038 sal_Bool CanFitBlock( const ScRange& rOld, const ScRange& rNew );
1040 sal_Bool IsClipOrUndo() const { return bIsClip || bIsUndo; } in IsClipOrUndo()
1041 sal_Bool IsUndo() const { return bIsUndo; } in IsUndo()
1042 sal_Bool IsClipboard() const { return bIsClip; } in IsClipboard()
1056 void SetCutMode( sal_Bool bCut );
1057 sal_Bool IsCutMode();
1058 void SetClipArea( const ScRange& rArea, sal_Bool bCut = sal_False );
1060 SC_DLLPUBLIC sal_Bool IsDocVisible() const { return bIsVisible; } in IsDocVisible()
1061 void SetDocVisible( sal_Bool bSet );
1063 sal_Bool HasOLEObjectsInArea( const ScRange& rRange, const ScMarkData* pTabMark = NULL );
1100 sal_Bool bResetCut = sal_True,
1101 sal_Bool bAsLink = sal_False,
1102 sal_Bool bIncludeFiltered = sal_True,
1103 sal_Bool bSkipAttrForEmpty = sal_False,
1112 void GetClipArea(SCCOL& nClipX, SCROW& nClipY, sal_Bool bIncludeFiltered);
1115 sal_Bool HasClipFilteredRows();
1117 sal_Bool IsClipboardSource() const;
1119 SC_DLLPUBLIC void TransposeClip( ScDocument* pTransClip, sal_uInt16 nFlags, sal_Bool bAsLink );
1124 void MixDocument( const ScRange& rRange, sal_uInt16 nFunction, sal_Bool bSkipEmpty,
1129 sal_Bool bSkipEmpty, sal_Bool bAsLink );
1132 sal_Bool bSkipEmpty, sal_Bool bAsLink );
1137 sal_Bool bColInfo = sal_False, sal_Bool bRowInfo = sal_False );
1139 sal_Bool bColInfo = sal_False, sal_Bool bRowInfo = sal_False );
1141 sal_Bool bColInfo = sal_False, sal_Bool bRowInfo = sal_False );
1146 sal_uInt16 nFlags, sal_Bool bMarked, ScDocument* pDestDoc,
1147 const ScMarkData* pMarks = NULL, sal_Bool bColRowFlags = sal_True);
1150 sal_uInt16 nFlags, sal_Bool bMarked, ScDocument* pDestDoc,
1154 sal_uInt16 nFlags, sal_Bool bMarked, ScDocument* pDestDoc,
1155 const ScMarkData* pMarks = NULL, sal_Bool bColRowFlags = sal_True);
1157 sal_uInt16 nFlags, sal_Bool bMarked, ScDocument* pDestDoc,
1160 void CopyScenario( SCTAB nSrcTab, SCTAB nDestTab, sal_Bool bNewScenario = sal_False );
1161 sal_Bool TestCopyScenario( SCTAB nSrcTab, SCTAB nDestTab ) const;
1163 ScMarkData& rDestMark, sal_Bool bResetMark = sal_True,
1165 sal_Bool HasScenarioRange( SCTAB nTab, const ScRange& rRange ) const;
1173 ScDocument* pUndoDoc = NULL, sal_Bool bIncludeDraw = sal_True,
1188 sal_Bool GetSelectionFunction( ScSubTotalFunc eFunc,
1195 const ScPatternAttr* GetSelectionPattern( const ScMarkData& rMark, sal_Bool bDeep = sal_True );
1196 ScPatternAttr* CreateSelectionPattern( const ScMarkData& rMark, sal_Bool bDeep = sal_True );
1203 sal_Bool HasStringWeakCharacters( const String& rString );
1208 sal_Bool HasDetectiveOperations() const;
1214 sal_Bool HasDetectiveObjects(SCTAB nTab) const;
1227 void ChangeSelectionIndent( sal_Bool bIncrement, const ScMarkData& rMark );
1273 const SvxBorderLine* pLine, sal_Bool bColorOnly );
1278 void StyleSheetChanged( const SfxStyleSheetBase* pStyleSheet, sal_Bool bRemoved,
1283 sal_Bool IsStyleSheetUsed( const ScStyleSheet& rStyle, sal_Bool bGatherAllStyles ) const;
1285 SC_DLLPUBLIC sal_Bool ApplyFlagsTab( SCCOL nStartCol, SCROW nStartRow,
1288 sal_Bool RemoveFlagsTab( SCCOL nStartCol, SCROW nStartRow,
1293 sal_Bool bPutToPool = sal_False );
1295 sal_Bool bPutToPool = sal_False );
1302 sal_Bool SearchAndReplace( const SvxSearchItem& rSearchItem,
1312 sal_Bool Solver(SCCOL nFCol, SCROW nFRow, SCTAB nFTab,
1328 … SetManualHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, sal_Bool bManual );
1349 sal_Bool bFormula,
1351 sal_Bool bSimpleTextImport = sal_False );
1352 …SC_DLLPUBLIC sal_Bool SetOptimalHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, sal_uInt16 n…
1356 sal_Bool bShrink );
1365 sal_Bool bWidth, sal_Bool bTotalSize = sal_False );
1367 SC_DLLPUBLIC void ShowCol(SCCOL nCol, SCTAB nTab, sal_Bool bShow);
1368 SC_DLLPUBLIC void ShowRow(SCROW nRow, SCTAB nTab, sal_Bool bShow);
1369 SC_DLLPUBLIC void ShowRows(SCROW nRow1, SCROW nRow2, SCTAB nTab, sal_Bool bShow);
1436 sal_Bool GetColDefault( SCTAB nTab, SCCOL nCol, SCROW nLastRow, SCROW& nDefault);
1437 sal_Bool GetRowDefault( SCTAB nTab, SCROW nRow, SCCOL nLastCol, SCCOL& nDefault);
1439 sal_Bool UpdateOutlineCol( SCCOL nStartCol, SCCOL nEndCol, SCTAB nTab, sal_Bool bShow );
1440 sal_Bool UpdateOutlineRow( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, sal_Bool bShow );
1458 sal_Bool HasManualBreaks( SCTAB nTab ) const;
1460 sal_Bool IsPageStyleInUse( const String& rStrPageStyle, SCTAB* pInTab = NULL );
1461 sal_Bool RemovePageStyleInUse( const String& rStrPageStyle );
1462 sal_Bool RenamePageStyleInUse( const String& rOld, const String& rNew );
1468 SC_DLLPUBLIC sal_Bool NeedPageResetAfterTab( SCTAB nTab ) const;
1471 SC_DLLPUBLIC sal_Bool HasPrintRange();
1477 sal_Bool IsPrintEntireSheet( SCTAB nTab ) const;
1510 sal_Bool bPageMode, sal_Bool bFormulaMode,
1515 void Sort( SCTAB nTab, const ScSortParam& rSortParam, sal_Bool bKeepQuery );
1516 SCSIZE Query( SCTAB nTab, const ScQueryParam& rQueryParam, sal_Bool bKeepSub );
1517 …sal_Bool ValidQuery( SCROW nRow, SCTAB nTab, const ScQueryParam& rQueryParam, sal_Bool* pSpecial…
1518 SC_DLLPUBLIC sal_Bool CreateQueryParam( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
1522 sal_Bool GetFilterEntries( SCCOL nCol, SCROW nRow, SCTAB nTab,
1524 SC_DLLPUBLIC sal_Bool GetFilterEntriesArea( SCCOL nCol, SCROW nStartRow, SCROW nEndRow,
1526 sal_Bool GetDataEntries( SCCOL nCol, SCROW nRow, SCTAB nTab,
1527 TypedScStrCollection& rStrings, sal_Bool bLimit = sal_False );
1528 sal_Bool GetFormulaEntries( TypedScStrCollection& rStrings );
1530 sal_Bool HasAutoFilter(
1535 …SC_DLLPUBLIC sal_Bool HasColHeader( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndR…
1537 …SC_DLLPUBLIC sal_Bool HasRowHeader( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndR…
1540 SfxPrinter* GetPrinter( sal_Bool bCreateIfNotExist = sal_True );
1546 sal_Bool GetNextSpellingCell(SCCOL& nCol, SCROW& nRow, SCTAB nTab,
1547 sal_Bool bInSel, const ScMarkData& rMark) const;
1549 sal_Bool ReplaceStyle(const SvxSearchItem& rSearchItem,
1551 ScMarkData& rMark, sal_Bool bIsUndo);
1557 …nvalidateTextWidth( const ScAddress* pAdrFrom, const ScAddress* pAdrTo, sal_Bool bNumFormatChanged…
1559 sal_Bool IdleCalcTextWidth();
1560 sal_Bool IdleCheckLinks();
1562 sal_Bool ContinueOnlineSpelling(); // sal_True = etwas gefunden
1566 sal_Bool IsIdleDisabled() const { return bIdleDisabled; } in IsIdleDisabled()
1567 void DisableIdle(sal_Bool bDo) { bIdleDisabled = bDo; } in DisableIdle()
1569 sal_Bool IsDetectiveDirty() const { return bDetectiveDirty; } in IsDetectiveDirty()
1570 void SetDetectiveDirty(sal_Bool bSet) { bDetectiveDirty = bSet; } in SetDetectiveDirty()
1574 SC_DLLPUBLIC sal_Bool SetVisibleSpellRange( const ScRange& rRange ); // sal_True = changed
1579 sal_Bool GetHasMacroFunc() const { return bHasMacroFunc; } in GetHasMacroFunc()
1580 void SetHasMacroFunc(sal_Bool bSet) { bHasMacroFunc = bSet; } in SetHasMacroFunc()
1582 sal_Bool CheckMacroWarn();
1585 sal_Bool HasRangeOverflow() const { return nRangeOverflowType != 0; } in HasRangeOverflow()
1589 void SetNoSetDirty( sal_Bool bVal ) { bNoSetDirty = bVal; } in SetNoSetDirty()
1590 sal_Bool GetNoSetDirty() const { return bNoSetDirty; } in GetNoSetDirty()
1591 void SetInsertingFromOtherDoc( sal_Bool bVal ) { bInsertingFromOtherDoc = bVal; } in SetInsertingFromOtherDoc()
1592 sal_Bool IsInsertingFromOtherDoc() const { return bInsertingFromOtherDoc; } in IsInsertingFromOtherDoc()
1598 void SetXMLFromWrapper( sal_Bool bVal );
1599 sal_Bool IsXMLFromWrapper() const { return bXMLFromWrapper; } in IsXMLFromWrapper()
1600 void SetCalcingAfterLoad( sal_Bool bVal ) { bCalcingAfterLoad = bVal; } in SetCalcingAfterLoad()
1601 sal_Bool IsCalcingAfterLoad() const { return bCalcingAfterLoad; } in IsCalcingAfterLoad()
1602 void SetNoListening( sal_Bool bVal ) { bNoListening = bVal; } in SetNoListening()
1603 sal_Bool GetNoListening() const { return bNoListening; } in GetNoListening()
1609 sal_Bool bSetChartRangeLists = sal_False );
1613 sal_Bool IsChartListenerCollectionNeedsUpdate() const in IsChartListenerCollectionNeedsUpdate()
1615 void SetChartListenerCollectionNeedsUpdate( sal_Bool bFlg ) in SetChartListenerCollectionNeedsUpdate()
1626 sal_Bool IsValidAsianCompression() const;
1629 sal_Bool GetAsianKerning() const;
1630 sal_Bool IsValidAsianKerning() const;
1631 void SetAsianKerning(sal_Bool bNew);
1656 sal_Bool bColumns,
1660 sal_Bool OnlineSpellInRange( const ScRange& rSpellRange, ScAddress& rSpellPos,
1699 void CalcFormulaTree( sal_Bool bOnlyForced = sal_False,
1700 sal_Bool bNoProgressBar = sal_False );
1706 sal_Bool IsInFormulaTree( ScFormulaCell* pCell ) const;
1707 sal_Bool IsInFormulaTrack( ScFormulaCell* pCell ) const;
1712 sal_Bool HasForcedFormulas() const { return bHasForcedFormulas; } in HasForcedFormulas()
1713 void SetForcedFormulas( sal_Bool bVal ) { bHasForcedFormulas = bVal; } in SetForcedFormulas()
1715 sal_Bool IsInInterpreter() const { return nInterpretLevel != 0; } in IsInInterpreter()
1727 sal_Bool IsInMacroInterpreter() const { return nMacroInterpretLevel != 0; } in IsInMacroInterpreter()
1739 sal_Bool IsInInterpreterTableOp() const { return nInterpreterTableOpLevel != 0; } in IsInInterpreterTableOp()
1760 sal_Bool IsInDtorClear() const { return bInDtorClear; } in IsInDtorClear()
1761 void SetExpandRefs( sal_Bool bVal ) { bExpandRefs = bVal; } in SetExpandRefs()
1762 sal_Bool IsExpandRefs() { return bExpandRefs; } in IsExpandRefs()
1784 void CompileDBFormula( sal_Bool bCreateFormulaString );
1785 void CompileNameFormula( sal_Bool bCreateFormulaString );
1822 void SetInLinkUpdate(sal_Bool bSet); // TableLink or AreaLink
1823 sal_Bool IsInLinkUpdate() const; // including DdeLink
1835 void SetPastingDrawFromOtherDoc( sal_Bool bVal ) in SetPastingDrawFromOtherDoc()
1837 sal_Bool PastingDrawFromOtherDoc() const in PastingDrawFromOtherDoc()
1885 …SC_DLLPUBLIC sal_Bool DrawGetPrintArea( ScRange& rRange, sal_Bool bSetHor, sal_Bool bSetVer ) cons…
1906 sal_Bool HasPartOfMerged( const ScRange& rRange );