Home
last modified time | relevance | path

Searched refs:NAME_BOTTOM (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/sc/source/ui/miscdlgs/
H A Dnamecrea.cxx53 aBottomBox.Check( (nFlags & NAME_BOTTOM)? sal_True : sal_False ); in ScNameCreateDlg()
67 nResult |= aBottomBox.IsChecked() ? NAME_BOTTOM: 0 ; in GetFlags()
/aoo4110/main/sc/source/ui/inc/
H A Dscui_def.hxx43 #define NAME_BOTTOM 4 //from namecrea.hxx macro
/aoo4110/main/sc/source/ui/unoobj/
H A Dnameuno.cxx701 if (bBottom) nFlags |= NAME_BOTTOM; in addNewFromTitles()
/aoo4110/main/sc/source/ui/view/
H A Dviewfunc.cxx2978 nFlags |= NAME_BOTTOM; in GetCreateNameFlags()
3004 nFlags &= ~( NAME_TOP | NAME_BOTTOM ); in GetCreateNameFlags()
/aoo4110/main/sc/source/ui/docshell/
H A Ddocfunc.cxx4578 if ( nFlags & ( NAME_TOP | NAME_BOTTOM ) ) in CreateNames()
4595 sal_Bool bBottom = ( ( nFlags & NAME_BOTTOM ) != 0 ); in CreateNames()

Completed in 75 milliseconds