Lines Matching refs:SCTAB
97 void EnterData( SCCOL nCol, SCROW nRow, SCTAB nTab, const String& rString,
99 void EnterValue( SCCOL nCol, SCROW nRow, SCTAB nTab, const double& rValue );
100 void EnterData( SCCOL nCol, SCROW nRow, SCTAB nTab, const EditTextObject* pData,
197 void ProtectSheet( SCTAB nTab, const ScTableProtection& rProtect );
199 void Protect( SCTAB nTab, const String& rPassword );
200 sal_Bool Unprotect( SCTAB nTab, const String& rPassword );
259 sal_Bool InsertTable( const String& rName, SCTAB nTabNr, sal_Bool bRecord = sal_True );
260 sal_Bool InsertTables(SvStrings *pNames, SCTAB nTab, SCTAB nCount, sal_Bool bRecord = sal_True);
265 sal_Bool DeleteTable( SCTAB nTabNr, sal_Bool bRecord = sal_True );
268 sal_Bool RenameTable( const String& rName, SCTAB nTabNr );
269 void MoveTable( sal_uInt16 nDestDocNo, SCTAB nDestTab, sal_Bool bCopy );
271 SCTAB nCount, const SCTAB* pSrcTabs,
272 sal_Bool bLink,SCTAB nTab);
274 bool SetTabBgColor( const Color& rColor, SCTAB nTabNr );
285 void HideTable( SCTAB nTabNr );
354 sal_uInt16 GetOptimalColWidth( SCCOL nCol, SCTAB nTab, sal_Bool bFormula );
357 sal_Bool TestFormatArea( SCCOL nCol, SCROW nRow, SCTAB nTab, sal_Bool bAttrChanged );
358 void DoAutoAttributes( SCCOL nCol, SCROW nRow, SCTAB nTab,