Home
last modified time | relevance | path

Searched refs:pSkipItem (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dcellsh1.cxx1341 const SfxBoolItem* pSkipItem = rReq.GetArg<SfxBoolItem>(FN_PARAM_2); in ExecuteEdit() local
1347 if ( pSkipItem ) in ExecuteEdit()
1348 bSkipEmpty = pSkipItem->GetValue(); in ExecuteEdit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dcellsh1.cxx1360 const SfxBoolItem* pSkipItem = rReq.GetArg<SfxBoolItem>(FN_PARAM_2); in ExecuteEdit() local
1366 if ( pSkipItem ) in ExecuteEdit()
1367 bSkipEmpty = pSkipItem->GetValue(); in ExecuteEdit()