Home
last modified time | relevance | path

Searched refs:CreateSelectionPattern (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddocument.cxx4215 ScPatternAttr* ScDocument::CreateSelectionPattern( const ScMarkData& rMark, sal_Bool bDeep ) in CreateSelectionPattern() function in ScDocument
4247 pSelectionAttr = CreateSelectionPattern( rMark, bDeep ); in GetSelectionPattern()
/trunk/main/sc/inc/
H A Ddocument.hxx1193 …ScPatternAttr* CreateSelectionPattern( const ScMarkData& rMark, sal_Bool bDeep = sal_True…
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx1469 pCurrentFlat = pDoc->CreateSelectionPattern( *GetMarkData(), sal_False ); in GetCurrentAttrsFlat()
1481 pCurrentDeep = pDoc->CreateSelectionPattern( *GetMarkData(), sal_True ); in GetCurrentAttrsDeep()