/aoo42x/main/sc/source/core/data/ |
H A D | table4.cxx | 1628 const ScPatternAttr& rAttr, sal_uInt16 nFormatNo) in AutoFormatArea() argument 1633 ScAutoFormatData* pData = (*pAutoFormat)[nFormatNo]; in AutoFormatArea() 1644 sal_uInt16 nFormatNo ) in AutoFormat() argument 1651 ScAutoFormatData* pData = (*pAutoFormat)[nFormatNo]; in AutoFormat() 1665 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat() 1674 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat() 1684 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat() 1689 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat() 1708 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat() 1713 AutoFormatArea(nCol, nRow, nCol, nRow, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat() [all …]
|
H A D | documen3.cxx | 1032 sal_uInt16 nFormatNo, const ScMarkData& rMark ) in AutoFormat() argument 1039 pTab[i]->AutoFormat( nStartCol, nStartRow, nEndCol, nEndRow, nFormatNo ); in AutoFormat()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 1516 void ScViewFunc::AutoFormat( sal_uInt16 nFormatNo, sal_Bool bRecord ) in AutoFormat() argument 1526 …sal_Bool bSuccess = pDocSh->GetDocFunc().AutoFormat( aRange, &rMark, nFormatNo, bRecord, sal_False… in AutoFormat() 1555 sal_Bool bSize = (*ScGlobal::GetAutoFormat())[nFormatNo]->GetIncludeWidthHeight(); in AutoFormat() 1577 pDoc->AutoFormat( nStartCol, nStartRow, nEndCol, nEndRow, nFormatNo, rMark ); in AutoFormat() 1603 pUndoDoc, rMark, bSize, nFormatNo ) ); in AutoFormat()
|
/aoo42x/main/sc/source/ui/undo/ |
H A D | undoblk3.cxx | 909 nFormatNo ( nNewFormatNo ) in ScUndoAutoFormat() 990 pDoc->AutoFormat( nStartX, nStartY, nEndX, nEndY, nFormatNo, aMarkData ); in Redo() 1063 ((ScTabViewTarget&)rTarget).GetViewShell()->AutoFormat( nFormatNo, sal_True ); in Repeat()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | docfunc.hxx | 144 sal_uInt16 nFormatNo, sal_Bool bRecord, sal_Bool bApi );
|
H A D | viewfunc.hxx | 250 void AutoFormat( sal_uInt16 nFormatNo, sal_Bool bRecord = sal_True );
|
H A D | undoblk.hxx | 488 sal_uInt16 nFormatNo; member in ScUndoAutoFormat
|
/aoo42x/main/sc/inc/ |
H A D | table.hxx | 511 sal_uInt16 nFormatNo ); 820 const ScPatternAttr& rAttr, sal_uInt16 nFormatNo);
|
H A D | document.hxx | 1299 sal_uInt16 nFormatNo, const ScMarkData& rMark );
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 3688 sal_uInt16 nFormatNo, sal_Bool bRecord, sal_Bool bApi ) in AutoFormat() argument 3714 if ( pAutoFormat && nFormatNo < pAutoFormat->GetCount() && aTester.IsEditable() ) in AutoFormat() 3718 sal_Bool bSize = (*pAutoFormat)[nFormatNo]->GetIncludeWidthHeight(); in AutoFormat() 3744 pDoc->AutoFormat( nStartCol, nStartRow, nEndCol, nEndRow, nFormatNo, aMark ); in AutoFormat() 3786 new ScUndoAutoFormat( &rDocShell, rRange, pUndoDoc, aMark, bSize, nFormatNo ) ); in AutoFormat()
|