Lines Matching refs:sal_Bool

98 	sal_Bool				bIsInplace;			// wird von der View gesetzt
99 sal_Bool bHeaderOn;
100 sal_Bool bFooterOn;
101 sal_Bool bNoInformLost;
102 sal_Bool bIsEmpty;
103 sal_Bool bIsInUndo;
104 sal_Bool bDocumentModifiedPending;
107 sal_Bool bUpdateEnabled;
141 …SC_DLLPRIVATE sal_Bool LoadXML( SfxMedium* pMedium, const ::com::sun::star::uno::Refere…
142 …SC_DLLPRIVATE sal_Bool SaveXML( SfxMedium* pMedium, const ::com::sun::star::uno::Refere…
146 sal_Bool bSimpleColWidth[MAXCOLCOUNT] );
148 sal_Bool& bHasMemo );
150 …SC_DLLPRIVATE static sal_Bool MoveFile( const INetURLObject& rSource, const INetURLObject& rDest …
151 SC_DLLPRIVATE static sal_Bool KillFile( const INetURLObject& rURL );
152 SC_DLLPRIVATE static sal_Bool IsDocument( const INetURLObject& rURL );
154 SC_DLLPRIVATE void LockPaint_Impl(sal_Bool bDoc);
155 SC_DLLPRIVATE void UnlockPaint_Impl(sal_Bool bDoc);
195 sal_Bool bTemplate = sal_False ) const;
197 …virtual sal_Bool InitNew( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XSto…
198 virtual sal_Bool Load( SfxMedium& rMedium );
199 virtual sal_Bool LoadFrom( SfxMedium& rMedium );
200 virtual sal_Bool ConvertFrom( SfxMedium &rMedium );
201 virtual sal_Bool Save();
202 virtual sal_Bool SaveAs( SfxMedium& rMedium );
203 virtual sal_Bool ConvertTo( SfxMedium &rMedium );
204 virtual sal_uInt16 PrepareClose( sal_Bool bUI = sal_True, sal_Bool bForBrowsing = sal_False );
206 virtual sal_Bool IsInformationLost();
208 virtual sal_Bool Insert( SfxObjectShell &rSource,
212 …virtual sal_Bool SaveCompleted( const ::com::sun::star::uno::Reference< ::com::sun::star::embed…
213 virtual sal_Bool DoSaveCompleted( SfxMedium * pNewStor); // SfxObjectShell
214 virtual sal_Bool QuerySlotExecutable( sal_uInt16 nSlotId );
226 virtual void SetModified( sal_Bool = sal_True );
228 void SetVisAreaOrSize( const Rectangle& rVisArea, sal_Bool bModifyStart );
238 SfxPrinter* GetPrinter( sal_Bool bCreateIfNotExist = sal_True );
263 …void ExecuteChangeCommentDialog( ScChangeAction* pAction, Window* pParent,sal_Bool bPrevNext=sal…
269sal_Bool ExecuteChangeProtectionDialog( Window* _pParent, sal_Bool bJustQueryIfProtecte…
272 sal_Bool AdjustPrintZoom( const ScRange& rRange );
274 …void LoadStylesArgs( ScDocShell& rSource, sal_Bool bReplace, sal_Bool bCellStyles, sal_Bool bPag…
276 void PageStyleModified( const String& rStyleName, sal_Bool bApi );
283 sal_Bool IsEditable() const;
285 sal_Bool AdjustRowHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab );
290 void DoConsolidate( const ScConsolidateParam& rParam, sal_Bool bRecord = sal_True );
291 void UseScenario( SCTAB nTab, const String& rName, sal_Bool bRecord = sal_True );
294 ScMarkData& rMark, sal_Bool bRecord = sal_True );
297 sal_Bool MoveTable( SCTAB nSrcTab, SCTAB nDestTab, sal_Bool bCopy, sal_Bool bRecord );
299 void DoRecalc( sal_Bool bApi );
300 void DoHardRecalc( sal_Bool bApi );
302 void UpdateOle( const ScViewData* pViewData, sal_Bool bSnapSize = sal_False);
303 sal_Bool IsOle();
311 sal_Bool ReloadTabLinks(); // Links ausfuehren (Inhalt aktualisieren)
333 void SetDocumentModified( sal_Bool bIsModified = sal_True );
334 void SetDrawModified( sal_Bool bIsModified = sal_True );
348 void SetInplace( sal_Bool bInplace );
349 sal_Bool IsEmpty() const;
350 void SetEmpty(sal_Bool bSet);
352 sal_Bool IsInUndo() const { return bIsInUndo; } in IsInUndo()
353 void SetInUndo(sal_Bool bSet);
359 sal_Bool& rbHeader,
360 sal_Bool& rbFooter );
372 ScTabViewShell* GetBestViewShell( sal_Bool bOnlyVisible = sal_True );
375 void SetDocumentModifiedPending( sal_Bool bVal ) in SetDocumentModifiedPending()
377 sal_Bool IsDocumentModifiedPending() const in IsDocumentModifiedPending()
380 sal_Bool IsUpdateEnabled() const in IsUpdateEnabled()
382 void SetUpdateEnabled(sal_Bool bValue) in SetUpdateEnabled()
398 static sal_Bool HasAutomaticTableName( const String& rFilter );
403 void AfterXMLLoading(sal_Bool bRet);
412 void setDocReadOnly( sal_Bool b){ aDocument.setDocReadOnly(b);} in setDocReadOnly()
413 sal_Bool getDocReadOnly() const { return aDocument.getDocReadOnly(); } in getDocReadOnly()
416 sal_Bool AcceptStateUpdate() const;
450 sal_Bool bAutoCalcShellDisabled;
451 sal_Bool bIdleDisabled;