Home
last modified time | relevance | path

Searched refs:aFunc (Results 26 – 36 of 36) sorted by relevance

12

/aoo42x/main/oox/source/dump/
H A Ddumperbase.cxx993 OUStringBuffer aFunc; in pushFuncOp() local
996 StringHelper::prependToken( aFunc, rStack.top(), OOX_DUMP_FUNCSEP ); in pushFuncOp()
999 StringHelper::enclose( aFunc, '(', ')' ); in pushFuncOp()
1000 aFunc.insert( 0, rOp ); in pushFuncOp()
1001 rStack.push( aFunc.makeStringAndClear() ); in pushFuncOp()
/aoo42x/main/svtools/source/filter/wmf/
H A Denhwmf.cxx835 BLENDFUNCTION aFunc; in ReadEnhWMF() local
843 *pWMF >> xDest >> yDest >> cxDest >> cyDest >> aFunc >> xSrc >> ySrc in ReadEnhWMF()
/aoo42x/main/sc/source/ui/docshell/
H A Ddocfunc.cxx491 ScDetectiveFunc aFunc( pDoc, aPos.Tab() ); in DetectiveRefresh() local
497 aFunc.ShowSucc( nCol, nRow ); in DetectiveRefresh()
500 aFunc.DeleteSucc( nCol, nRow ); in DetectiveRefresh()
503 aFunc.ShowPred( nCol, nRow ); in DetectiveRefresh()
506 aFunc.DeletePred( nCol, nRow ); in DetectiveRefresh()
509 aFunc.ShowError( nCol, nRow ); in DetectiveRefresh()
/aoo42x/main/sc/source/ui/vba/
H A Dvbarange.cxx3813 ScDocFunc aFunc(*pDocShell); in setColumnWidth() local
3818 aFunc.SetWidthOrHeight( sal_True, 1, nColArr, thisAddress.Sheet, SC_SIZE_DIRECT, in setColumnWidth()
3977 ScDocFunc aFunc(*pDocShell); in setRowHeight() local
3982 aFunc.SetWidthOrHeight( sal_False, 1, nRowArr, thisAddress.Sheet, SC_SIZE_DIRECT, in setRowHeight()
4708 ScDocFunc aFunc(*pDocShell); in Autofit() local
4719 aFunc.SetWidthOrHeight( bDirection, 1, nColArr, thisAddress.Sheet, SC_SIZE_OPTIMAL, in Autofit()
5232 ScDocFunc aFunc(*pDocSh); in AutoFill() local
5234aFunc.FillAuto( aSourceRange, NULL, eDir, eCmd, eDateCmd, nCount, fStep, fEndValue, sal_True, sal_… in AutoFill()
/aoo42x/main/sc/source/ui/app/
H A Dinputwin.cxx1752 ScDocFunc aFunc(*pDocShell); in DoEnter() local
1753 aFunc.ModifyRangeNames( aNewRanges, sal_False ); in DoEnter()
/aoo42x/main/sc/source/ui/view/
H A Dpreview.cxx1224 ScDocFunc aFunc(*pDocShell); in MouseButtonUp() local
1241aFunc.SetWidthOrHeight( sal_True, 1,nCols, nTab, SC_SIZE_DIRECT, (sal_uInt16)nNewColWidth, sal_Tru… in MouseButtonUp()
H A Dcellsh1.cxx2112 ScDocFunc aFunc(*pData->GetDocShell()); in ExecuteExternalSource() local
2113 aFunc.InsertAreaLink( _rFile, _rFilter, _rOptions, _rSource, in ExecuteExternalSource()
H A Dgridwin.cxx558 ScDBDocFunc aFunc( *pViewData->GetDocShell() ); in ExecPageFieldSelect() local
559 aFunc.DataPilotUpdate( pDPObj, &aNewObj, sal_True, sal_False ); in ExecPageFieldSelect()
2142 ScDBDocFunc aFunc( *pViewData->GetDocShell() ); in MouseButtonUp() local
2143 aFunc.DataPilotUpdate( pDPObj, &aNewObj, sal_True, sal_False ); in MouseButtonUp()
/aoo42x/main/sfx2/source/control/
H A Dbindings.cxx1282 SfxStateFunc aFunc = pSlot->GetStateFnc(); in Execute_Impl() local
1283 pShell->CallState( aFunc, aSet ); in Execute_Impl()
/aoo42x/main/sc/source/ui/undo/
H A Dundoblk.cxx1965 ScDocFunc aFunc(*pViewData->GetDocShell()); in Repeat() local
1966 aFunc.ClearItems( pViewData->GetMarkData(), pWhich, sal_False ); in Repeat()
/aoo42x/main/sd/source/core/
H A DCustomAnimationEffect.cxx3046 stl_notify_listeners_func aFunc; in notify_listeners() local
3047 std::for_each( maListeners.begin(), maListeners.end(), aFunc ); in notify_listeners()

Completed in 175 milliseconds

12