Home
last modified time | relevance | path

Searched refs:nFormatNo (Results 1 – 10 of 10) sorted by path

/trunk/main/sc/inc/
H A Ddocument.hxx1299 sal_uInt16 nFormatNo, const ScMarkData& rMark );
H A Dtable.hxx511 sal_uInt16 nFormatNo );
820 const ScPatternAttr& rAttr, sal_uInt16 nFormatNo);
/trunk/main/sc/source/core/data/
H A Ddocumen3.cxx1032 sal_uInt16 nFormatNo, const ScMarkData& rMark ) in AutoFormat() argument
1039 pTab[i]->AutoFormat( nStartCol, nStartRow, nEndCol, nEndRow, nFormatNo ); in AutoFormat()
H A Dtable4.cxx1628 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 …]
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx3688 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()
/trunk/main/sc/source/ui/inc/
H A Ddocfunc.hxx144 sal_uInt16 nFormatNo, sal_Bool bRecord, sal_Bool bApi );
H A Dundoblk.hxx488 sal_uInt16 nFormatNo; member in ScUndoAutoFormat
H A Dviewfunc.hxx250 void AutoFormat( sal_uInt16 nFormatNo, sal_Bool bRecord = sal_True );
/trunk/main/sc/source/ui/undo/
H A Dundoblk3.cxx909 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()
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx1516 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()

Completed in 104 milliseconds