Lines Matching refs:SCCOL

459     SCSIZE          GetCellCount(SCTAB nTab, SCCOL nCol) const;
520 ScDBData* GetDBAtCursor(SCCOL nCol, SCROW nRow, SCTAB nTab,
522 ScDBData* GetDBAtArea(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2) const;
527 ScDPObject* GetDPAtCursor(SCCOL nCol, SCROW nRow, SCTAB nTab) const;
589 sal_Bool IsBlockEditable( SCTAB nTab, SCCOL nStartCol, SCROW nStartRow,
590 SCCOL nEndCol, SCROW nEndRow,
594 sal_Bool HasSelectedBlockMatrixFragment( SCCOL nStartCol, SCROW nStartRow,
595 SCCOL nEndCol, SCROW nEndRow,
751 SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
752 SCCOL nCol2, SCROW nRow2, SCTAB nTab2,
779 void DoAutoOutline( SCCOL nStartCol, SCROW nStartRow,
780 SCCOL nEndCol, SCROW nEndRow, SCTAB nTab );
790 SC_DLLPUBLIC void PutCell( SCCOL nCol, SCROW nRow, SCTAB nTab, ScBaseCell* pCell,
792 SC_DLLPUBLIC void PutCell(SCCOL nCol, SCROW nRow, SCTAB nTab, ScBaseCell* pCell,
796 SCCOL nCol, SCROW nRow, SCTAB nTab, const String& rString,
798 SC_DLLPUBLIC void SetValue( SCCOL nCol, SCROW nRow, SCTAB nTab, const double& rVal );
799 void SetError( SCCOL nCol, SCROW nRow, SCTAB nTab, const sal_uInt16 nError);
801 SC_DLLPUBLIC void InsertMatrixFormula(SCCOL nCol1, SCROW nRow1,
802 SCCOL nCol2, SCROW nRow2,
808 SCCOL nCol1, SCROW nRow1,
809 SCCOL nCol2, SCROW nRow2, const ScMarkData& rMark);
811 SC_DLLPUBLIC void GetString( SCCOL nCol, SCROW nRow, SCTAB nTab, String& rString );
812 SC_DLLPUBLIC void GetInputString( SCCOL nCol, SCROW nRow, SCTAB nTab, String& rString );
815 SC_DLLPUBLIC void GetValue( SCCOL nCol, SCROW nRow, SCTAB nTab, double& rValue );
817 SC_DLLPUBLIC void GetNumberFormat( SCCOL nCol, SCROW nRow, SCTAB nTab,
826 void GetFormula( SCCOL nCol, SCROW nRow, SCTAB nTab, String& rFormula,
828 SC_DLLPUBLIC void GetCellType( SCCOL nCol, SCROW nRow, SCTAB nTab, CellType& rCellType ) const;
830 SC_DLLPUBLIC void GetCell( SCCOL nCol, SCROW nRow, SCTAB nTab, ScBaseCell*& rpCell ) 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;
841 sal_Bool HasSelectionData( SCCOL nCol, SCROW nRow, SCTAB nTab ) const;
860 sal_Bool ExtendMergeSel( SCCOL nStartCol, SCROW nStartRow,
861 SCCOL& rEndCol, SCROW& rEndRow, const ScMarkData& rMark,
863 sal_Bool ExtendMerge( SCCOL nStartCol, SCROW nStartRow,
864 SCCOL& rEndCol, SCROW& rEndRow, SCTAB nTab,
868 SC_DLLPUBLIC sal_Bool ExtendOverlapped( SCCOL& rStartCol, SCROW& rStartRow,
869 SCCOL nEndCol, SCROW nEndRow, SCTAB nTab );
872 sal_Bool RefreshAutoFilter( SCCOL nStartCol, SCROW nStartRow,
873 SCCOL nEndCol, SCROW nEndRow, SCTAB nTab );
875 SC_DLLPUBLIC void DoMergeContents( SCTAB nTab, SCCOL nStartCol, SCROW nStartRow,
876 SCCOL nEndCol, SCROW nEndRow );
878 SC_DLLPUBLIC void DoMerge( SCTAB nTab, SCCOL nStartCol, SCROW nStartRow,
879 SCCOL nEndCol, SCROW nEndRow, bool bDeleteCaptions = true );
880 void RemoveMerge( SCCOL nCol, SCROW nRow, SCTAB nTab );
882 sal_Bool IsBlockEmpty( SCTAB nTab, SCCOL nStartCol, SCROW nStartRow,
883 SCCOL nEndCol, SCROW nEndRow, bool bIgnoreNotes = false ) const;
884 sal_Bool IsPrintEmpty( SCTAB nTab, SCCOL nStartCol, SCROW nStartRow,
885 SCCOL nEndCol, SCROW nEndRow,
890 sal_Bool IsHorOverlapped( SCCOL nCol, SCROW nRow, SCTAB nTab ) const;
891 sal_Bool IsVerOverlapped( SCCOL nCol, SCROW nRow, SCTAB nTab ) const;
893 SC_DLLPUBLIC bool HasAttrib( SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
894SCCOL nCol2, SCROW nRow2, SCTAB nTab2, sal_uInt16 nMask );
897 void GetBorderLines( SCCOL nCol, SCROW nRow, SCTAB nTab,
954 …bool ShrinkToDataArea( SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow, SCCOL& rEndCol, …
964 SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow,
965 SCCOL& rEndCol, SCROW& rEndRow, bool bColumnsOnly ) const;
967 SC_DLLPUBLIC void GetDataArea( SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow,
968SCCOL& 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,
974 SCCOL& rEndCol, sal_Bool bNotes = sal_True ) const;
975 SC_DLLPUBLIC sal_Bool GetPrintAreaVer( SCTAB nTab, SCCOL nStartCol, SCCOL nEndCol,
982 SC_DLLPUBLIC void GetLastAttrCell( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow ) const;
984 SC_DLLPUBLIC sal_Bool GetDataStart( SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow ) const;
992 SCCOL nStartCol, SCROW nStartRow,
993 SCCOL& rEndCol, SCROW nEndRow );
994 SC_DLLPUBLIC SCSIZE GetEmptyLinesInBlock( SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab,
995 SCCOL nEndCol, SCROW nEndRow, SCTAB nEndTab,
998 void FindAreaPos( SCCOL& rCol, SCROW& rRow, SCTAB nTab, SCsCOL nMovX, SCsROW nMovY );
999 SC_DLLPUBLIC void GetNextPos( SCCOL& rCol, SCROW& rRow, SCTAB nTab, SCsCOL nMovX, SCsROW nMovY,
1002 sal_Bool GetNextMarkedCell( SCCOL& rCol, SCROW& rRow, SCTAB nTab,
1005 void LimitChartArea( SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow,
1006 SCCOL& rEndCol, SCROW& rEndRow );
1009 sal_Bool InsertRow( SCCOL nStartCol, SCTAB nStartTab,
1010 SCCOL nEndCol, SCTAB nEndTab,
1014 void DeleteRow( SCCOL nStartCol, SCTAB nStartTab,
1015 SCCOL nEndCol, SCTAB nEndTab,
1023 SCCOL nStartCol, SCSIZE nSize, ScDocument* pRefUndoDoc = NULL,
1028 SCCOL nStartCol, SCSIZE nSize,
1065 void DeleteObjectsInArea( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
1069 void DeleteArea(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
1071 void DeleteAreaTab(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
1079 void CopyTabToClip(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
1081 void CopyBlockFromClip( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
1084 void CopyNonFilteredFromClip( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
1088 void StartListeningFromClip( SCCOL nCol1, SCROW nRow1,
1089 SCCOL nCol2, SCROW nRow2,
1091 void BroadcastFromClip( SCCOL nCol1, SCROW nRow1,
1092 SCCOL nCol2, SCROW nRow2,
1112 void GetClipArea(SCCOL& nClipX, SCROW& nClipY, sal_Bool bIncludeFiltered);
1113 void GetClipStart(SCCOL& nClipX, SCROW& nClipY);
1144 void CopyToDocument(SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
1145 SCCOL nCol2, SCROW nRow2, SCTAB nTab2,
1148 void UndoToDocument(SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
1149 SCCOL nCol2, SCROW nRow2, SCTAB nTab2,
1170 void UpdateReference( UpdateRefMode eUpdateRefMode, SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
1171 SCCOL nCol2, SCROW nRow2, SCTAB nTab2,
1179 void UpdateGrow( const ScRange& rArea, SCCOL nGrowX, SCROW nGrowY );
1181 void Fill( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
1186 String GetAutoFillPreview( const ScRange& rSource, SCCOL nEndX, SCROW nEndY );
1192 …SC_DLLPUBLIC const SfxPoolItem* GetAttr( SCCOL nCol, SCROW nRow, SCTAB nTab, sal_uInt16 nWhich )…
1193 SC_DLLPUBLIC const ScPatternAttr* GetPattern( SCCOL nCol, SCROW nRow, SCTAB nTab ) const;
1194 …SC_DLLPUBLIC const ScPatternAttr* GetMostUsedPattern( SCCOL nCol, SCROW nStartRow, SCROW nEndRo…
1198 const ScConditionalFormat* GetCondFormat( SCCOL nCol, SCROW nRow, SCTAB nTab ) const;
1199 SC_DLLPUBLIC const SfxItemSet* GetCondResult( SCCOL nCol, SCROW nRow, SCTAB nTab ) const;
1200 const SfxPoolItem* GetEffItem( SCCOL nCol, SCROW nRow, SCTAB nTab, sal_uInt16 nWhich ) const;
1206 …SC_DLLPUBLIC sal_uInt8 GetScriptType( SCCOL nCol, SCROW nRow, SCTAB nTab, ScBaseCell* pCell = NU…
1245 SC_DLLPUBLIC void ApplyAttr( SCCOL nCol, SCROW nRow, SCTAB nTab,
1247 SC_DLLPUBLIC void ApplyPattern( SCCOL nCol, SCROW nRow, SCTAB nTab,
1249 SC_DLLPUBLIC void ApplyPatternArea( SCCOL nStartCol, SCROW nStartRow,
1250 SCCOL nEndCol, SCROW nEndRow,
1252 SC_DLLPUBLIC void ApplyPatternAreaTab( SCCOL nStartCol, SCROW nStartRow,
1253 SCCOL nEndCol, SCROW nEndRow, SCTAB nTab,
1255 SC_DLLPUBLIC void ApplyPooledPatternAreaTab( SCCOL nStartCol, SCROW nStartRow,
1256 SCCOL nEndCol, SCROW nEndRow, SCTAB nTab,
1262 void ApplyStyle( SCCOL nCol, SCROW nRow, SCTAB nTab,
1264 void ApplyStyleArea( SCCOL nStartCol, SCROW nStartRow,
1265 SCCOL nEndCol, SCROW nEndRow,
1267 SC_DLLPUBLIC void ApplyStyleAreaTab( SCCOL nStartCol, SCROW nStartRow,
1268 SCCOL nEndCol, SCROW nEndRow, SCTAB nTab,
1275 const ScStyleSheet* GetStyle( SCCOL nCol, SCROW nRow, SCTAB nTab ) const;
1285 SC_DLLPUBLIC sal_Bool ApplyFlagsTab( SCCOL nStartCol, SCROW nStartRow,
1286 SCCOL nEndCol, SCROW nEndRow,
1288 sal_Bool RemoveFlagsTab( SCCOL nStartCol, SCROW nStartRow,
1289 SCCOL nEndCol, SCROW nEndRow,
1294 SC_DLLPUBLIC void SetPattern( SCCOL nCol, SCROW nRow, SCTAB nTab, const ScPatternAttr& rAttr,
1298 void AutoFormat( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow,
1300 …void GetAutoFormatData( SCTAB nTab, SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndR…
1303 SCCOL& rCol, SCROW& rRow, SCTAB& rTab,
1310 SCCOL& rCol, SCROW& rRow );
1312 sal_Bool Solver(SCCOL nFCol, SCROW nFRow, SCTAB nFTab,
1313 SCCOL nVCol, SCROW nVRow, SCTAB nVTab,
1320 SC_DLLPUBLIC void SetColWidth( SCCOL nCol, SCTAB nTab, sal_uInt16 nNewWidth );
1321 SC_DLLPUBLIC void SetColWidthOnly( SCCOL nCol, SCTAB nTab, sal_uInt16 nNewWidth );
1330 SC_DLLPUBLIC sal_uInt16 GetColWidth( SCCOL nCol, SCTAB nTab ) const;
1336 SC_DLLPUBLIC sal_uLong GetColOffset( SCCOL nCol, SCTAB nTab ) const;
1339 SC_DLLPUBLIC sal_uInt16 GetOriginalWidth( SCCOL nCol, SCTAB nTab ) const;
1342 sal_uInt16 GetCommonWidth( SCCOL nEndCol, SCTAB nTab ) const;
1346 sal_uInt16 GetOptimalColWidth( SCCOL nCol, SCTAB nTab, OutputDevice* pDev,
1361 long GetNeededSize( SCCOL nCol, SCROW nRow, SCTAB nTab,
1367 SC_DLLPUBLIC void ShowCol(SCCOL nCol, SCTAB nTab, sal_Bool bShow);
1370 SC_DLLPUBLIC void SetColFlags( SCCOL nCol, SCTAB nTab, sal_uInt8 nNewFlags );
1374 SC_DLLPUBLIC sal_uInt8 GetColFlags( SCCOL nCol, SCTAB nTab ) const;
1381 …SC_DLLPUBLIC void GetAllColBreaks(::std::set<SCCOL>& rBreaks, SCTAB nTab, bool bPage, bo…
1383 SC_DLLPUBLIC ScBreakType HasColBreak(SCCOL nCol, SCTAB nTab) const;
1385 SC_DLLPUBLIC void SetColBreak(SCCOL nCol, SCTAB nTab, bool bPage, bool bManual);
1387 void RemoveColBreak(SCCOL nCol, SCTAB nTab, bool bPage, bool bManual);
1394 SC_DLLPUBLIC bool ColHidden(SCCOL nCol, SCTAB nTab, SCCOL& rLastCol);
1395 …SC_DLLPUBLIC bool ColHidden(SCCOL nCol, SCTAB nTab, SCCOL* pFirstCol = NULL, SCCOL* pLas…
1397 …SC_DLLPUBLIC void SetColHidden(SCCOL nStartCol, SCCOL nEndCol, SCTAB nTab, bool bHidden);
1404 …bool ColFiltered(SCCOL nCol, SCTAB nTab, SCCOL* pFirstCol = NULL, SCCOL* pL…
1406 …SC_DLLPUBLIC void SetColFiltered(SCCOL nStartCol, SCCOL nEndCol, SCTAB nTab, bool bFilte…
1422 SCCOL GetLastChangedCol( SCTAB nTab ) const;
1426 SCCOL GetNextDifferentChangedCol( SCTAB nTab, SCCOL nStart) const;
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 );
1442 void StripHidden( SCCOL& rX1, SCROW& rY1, SCCOL& rX2, SCROW& rY2, SCTAB nTab );
1443 void ExtendHidden( SCCOL& rX1, SCROW& rY1, SCCOL& rX2, SCROW& rY2, SCTAB nTab );
1454 void SetRepeatArea( SCTAB nTab, SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCROW nEndRow );
1492 SC_DLLPUBLIC Rectangle GetMMRect( SCCOL nStartCol, SCROW nStartRow,
1493 SCCOL nEndCol, SCROW nEndRow, SCTAB nTab );
1508 void FillInfo( ScTableInfo& rTabInfo, SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2,
1518 SC_DLLPUBLIC sal_Bool CreateQueryParam( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
1520 void GetUpperCellString(SCCOL nCol, SCROW nRow, SCTAB nTab, String& rStr);
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,
1531 const SCCOL nCol,
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…
1546 sal_Bool GetNextSpellingCell(SCCOL& nCol, SCROW& nRow, SCTAB nTab,
1550 SCCOL nCol, SCROW nRow, SCTAB nTab,
1553 void DoColResize( SCTAB nTab, SCCOL nCol1, SCCOL nCol2, SCSIZE nAdd );
1645 SCCOL nX1, SCCOL nX2 ) const;
1650 SCCOL nMaxCol, SCCOLROW* pOtherCols );
1651 sal_uInt16 ColDifferences( SCCOL nThisCol, SCTAB nThisTab,
1653 SCCOL nOtherCol, SCTAB nOtherTab,
1792 sal_Int32 GetMaxStringLen( SCTAB nTab, SCCOL nCol,
1799 SCTAB nTab, SCCOL nCol,
1904 SCCOL nXw, SCROW nYw);
1911 …void FillDPCache( ScDPTableDataCache * pCache, SCTAB nDocTab, SCCOL nStartCol, SCCOL nEndCol, S…
1913 SCSIZE GetPatternCount( SCTAB nTab, SCCOL nCol );
1914 SCSIZE GetPatternCount( SCTAB nTab, SCCOL nCol, SCROW nRw1, SCROW nRw2 );
1915 bool ReservedPatternCount( SCTAB nTab, SCCOL nCol, SCSIZE nReserved );