Lines Matching refs:aFunc

1060 	ScPrintFunc aFunc( pDocShell, pDocShell->GetPrinter(), nTab,  in getRenderer()  local
1062 aFunc.SetRenderFlag( sal_True ); in getRenderer()
1072 (void)aFunc.DoPrint( aPage, nTabStart, nDisplayStart, sal_False, NULL ); in getRenderer()
1075 sal_Bool bWasCellRange = aFunc.GetLastSourceRange( aCellRange ); in getRenderer()
1076 Size aTwips = aFunc.GetPageSize(); in getRenderer()
1159 …ScPrintFunc aFunc( pDev, pDocShell, nTab, pPrintFuncCache->GetFirstAttr(nTab), nTotalPages, pSelRa… in render() local
1160 aFunc.SetDrawView( pDrawView ); in render()
1161 aFunc.SetRenderFlag( sal_True ); in render()
1163 aFunc.SetExclusivelyDrawOleAndDrawObjects(); in render()
1201 (void)aFunc.DoPrint( aPage, nTabStart, nDisplayStart, sal_True, NULL ); in render()
1442 ScDocFunc aFunc(*pDocShell); in protect() local
1443 aFunc.Protect( TABLEID_DOC, aString, sal_True ); in protect()
1455 ScDocFunc aFunc(*pDocShell); in unprotect() local
1456 sal_Bool bDone = aFunc.Unprotect( TABLEID_DOC, aString, sal_True ); in unprotect()
1617 ScDocFunc aFunc(*pDocShell); in refreshArrows() local
1618 aFunc.DetectiveRefresh(); in refreshArrows()
2409 ScDocFunc aFunc(*pDocShell); in insertNewByIndex() local
2410 if ( aFunc.InsertTable( (SCTAB)nPos, aNewName, sal_True, sal_True ) ) in insertNewByIndex()
2427 ScDocFunc aFunc(*pDocShell); in remove() local
2428 aFunc.DeleteTable( nPageNum, sal_True, sal_True ); in remove()
2523 ScDocFunc aFunc(*pDocShell); in insertNewByName() local
2524 bDone = aFunc.InsertTable( nPosition, aNamStr, sal_True, sal_True ); in insertNewByName()
2568 ScDocFunc aFunc(*pDocShell); in copyByName() local
2569 bDone = aFunc.RenameTable( nResultTab, aNewStr, sal_True, sal_True ); in copyByName()
2606 ScDocFunc aFunc(*pDocShell); in insertByName() local
2607 bDone = aFunc.InsertTable( nPosition, aNamStr, sal_True, sal_True ); in insertByName()
2651 ScDocFunc aFunc(*pDocShell); in replaceByName() local
2652 if ( aFunc.DeleteTable( nPosition, sal_True, sal_True ) ) in replaceByName()
2655 bDone = aFunc.InsertTable( nPosition, aNamStr, sal_True, sal_True ); in replaceByName()
2694 ScDocFunc aFunc(*pDocShell); in removeByName() local
2695 bDone = aFunc.DeleteTable( nIndex, sal_True, sal_True ); in removeByName()
2916 ScDocFunc aFunc(*pDocShell); in insertByIndex() local
2919 bDone = aFunc.InsertCells( aRange, NULL, INS_INSCOLS, sal_True, sal_True ); in insertByIndex()
2933 ScDocFunc aFunc(*pDocShell); in removeByIndex() local
2936 bDone = aFunc.DeleteCells( aRange, NULL, DEL_DELCOLS, sal_True, sal_True ); in removeByIndex()
3044 ScDocFunc aFunc(*pDocShell); in setPropertyValue() local
3054 aFunc.SetWidthOrHeight( sal_True, 1, nColArr, nTab, SC_SIZE_ORIGINAL, in setPropertyValue()
3061 aFunc.SetWidthOrHeight( sal_True, 1, nColArr, nTab, eMode, 0, sal_True, sal_True ); in setPropertyValue()
3068 aFunc.SetWidthOrHeight( sal_True, 1, nColArr, nTab, in setPropertyValue()
3078 aFunc.InsertPageBreak( sal_True, ScAddress(nCol,0,nTab), sal_True, sal_True, sal_True ); in setPropertyValue()
3080 aFunc.RemovePageBreak( sal_True, ScAddress(nCol,0,nTab), sal_True, sal_True, sal_True ); in setPropertyValue()
3182 ScDocFunc aFunc(*pDocShell); in insertByIndex() local
3185 bDone = aFunc.InsertCells( aRange, NULL, INS_INSROWS, sal_True, sal_True ); in insertByIndex()
3199 ScDocFunc aFunc(*pDocShell); in removeByIndex() local
3202 bDone = aFunc.DeleteCells( aRange, NULL, DEL_DELROWS, sal_True, sal_True ); in removeByIndex()
3271 ScDocFunc aFunc(*pDocShell); in setPropertyValue() local
3293aFunc.SetWidthOrHeight( sal_False, 1, nRowArr, nTab, SC_SIZE_OPTIMAL, 0, sal_True, sal_True ); in setPropertyValue()
3304 aFunc.SetWidthOrHeight( sal_False, 1, nRowArr, nTab, SC_SIZE_ORIGINAL, in setPropertyValue()
3311 aFunc.SetWidthOrHeight( sal_False, 1, nRowArr, nTab, eMode, 0, sal_True, sal_True ); in setPropertyValue()
3334 aFunc.InsertPageBreak( sal_False, ScAddress(0,nRow,nTab), sal_True, sal_True, sal_True ); in setPropertyValue()
3336 aFunc.RemovePageBreak( sal_False, ScAddress(0,nRow,nTab), sal_True, sal_True, sal_True ); in setPropertyValue()
3538 ScDocFunc aFunc( *pDocShell ); in insertNew() local
3539 aFunc.ReplaceNote( aPos, rText, 0, 0, sal_True ); in insertNew()
3555 ScDocFunc aFunc(*pDocShell); in removeByIndex() local
3556 aFunc.DeleteContents( aMarkData, IDF_NOTE, sal_True, sal_True ); in removeByIndex()
3728 ScDocFunc aFunc(*pDocShell); in removeByName() local
3729 aFunc.DeleteTable( nTab+nIndex+1, sal_True, sal_True ); in removeByName()