Home
last modified time | relevance | path

Searched refs:bDontCare (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/attrdlg/
H A Dtabpages.cxx48 bTriEnabled = bDontCare = bProtect = bHideForm = bHideCell = bHidePrint = false; in ScTabPageProtection()
80 bDontCare = bTriEnabled; in Reset()
115 if ( !bDontCare ) in FillItemSet()
172 bDontCare = true; // everything combined at DontCare in ButtonClick()
175 bDontCare = false; // DontCare from everywhere in ButtonClick()
197 if (bDontCare) in UpdateButtons()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/attrdlg/
H A Dtabpages.cxx48 bTriEnabled = bDontCare = bProtect = bHideForm = bHideCell = bHidePrint = false; in ScTabPageProtection()
80 bDontCare = bTriEnabled; in Reset()
115 if ( !bDontCare ) in FillItemSet()
172 bDontCare = true; // everything combined at DontCare in ButtonClick()
175 bDontCare = false; // DontCare from everywhere in ButtonClick()
197 if (bDontCare) in UpdateButtons()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdglev.cxx170 bool& bDontCare=*const_cast<bool *>(static_cast<bool const *>(pbDontCare)); in ImpGetAlign() local
172 if (bDontCare) in ImpGetAlign()
189 bDontCare=true; in ImpGetAlign()
197 bool bDontCare=false; in GetMarkedGluePointsAlign() local
199 …const_cast<SdrGlueEditView*>(this)->ImpDoMarkedGluePoints(ImpGetAlign,true,&bFirst,&bDontCare,&bVe… in GetMarkedGluePointsAlign()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdglev.cxx171 bool& bDontCare=*const_cast<bool *>(static_cast<bool const *>(pbDontCare)); in ImpGetAlign() local
173 if (!bDontCare) { in ImpGetAlign()
188 bDontCare=true; in ImpGetAlign()
197 bool bDontCare=false; in GetMarkedGluePointsAlign() local
199 …const_cast<SdrGlueEditView*>(this)->ImpDoMarkedGluePoints(ImpGetAlign,true,&bFirst,&bDontCare,&bVe… in GetMarkedGluePointsAlign()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dtabpages.hxx43 bool bDontCare; // all in TriState member in ScTabPageProtection
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dtabpages.hxx44 bool bDontCare; // all in TriState member in ScTabPageProtection
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dfrmsel.cxx779 bool bDontCare = mrFrameSel.SupportsDontCareState(); in ToggleBorderState() local
784 … SetBorderState( rBorder, bDontCare ? FrameBorderState::DontCare : FrameBorderState::Hide ); in ToggleBorderState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dfrmsel.cxx772 bool bDontCare = mrFrameSel.SupportsDontCareState(); in ToggleBorderState() local
777 … SetBorderState( rBorder, bDontCare ? FrameBorderState::DontCare : FrameBorderState::Hide ); in ToggleBorderState()