Home
last modified time | relevance | path

Searched refs:bIsSelection (Results 1 – 18 of 18) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/dbpilots/
H A Dcommonpagesdbp.cxx380 bool bIsSelection = ! _rSelection.isEmpty(); in implInitialize() local
381 m_pYes->set_active(bIsSelection); in implInitialize()
382 m_pNo->set_active(!bIsSelection); in implInitialize()
383 m_pList->set_sensitive(bIsSelection); in implInitialize()
385 m_pList->set_active_text(bIsSelection ? _rSelection : OUString()); in implInitialize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/dbpilots/
H A Dcommonpagesdbp.cxx378 bool bIsSelection = ! _rSelection.isEmpty(); in implInitialize() local
379 m_pYes->set_active(bIsSelection); in implInitialize()
380 m_pNo->set_active(!bIsSelection); in implInitialize()
381 m_pList->set_sensitive(bIsSelection); in implInitialize()
383 m_pList->set_active_text(bIsSelection ? _rSelection : OUString()); in implInitialize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svtools/
H A Dvalueset.hxx252 SVT_DLLPRIVATE void ImplHighlightItem(sal_uInt16 nItemId, bool bIsSelection = true);
456 SVT_DLLPRIVATE void ImplHighlightItem(sal_uInt16 nItemId, bool bIsSelection = true);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A Dxmldrani.hxx71 bool bIsSelection; // TODO: import to document core member in ScXMLDatabaseRangeContext
H A Dxmldrani.cxx94 bIsSelection(false), in ScXMLDatabaseRangeContext()
123 bIsSelection = IsXMLToken( aIter, XML_TRUE ); in ScXMLDatabaseRangeContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A Dxmldrani.hxx72 bool bIsSelection; // TODO: import to document core member in ScXMLDatabaseRangeContext
H A Dxmldrani.cxx96 bIsSelection(false), in ScXMLDatabaseRangeContext()
126 bIsSelection = IsXMLToken( aIter, XML_TRUE ); in ScXMLDatabaseRangeContext()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svtools/
H A Dvalueset.hxx243 SVT_DLLPRIVATE void ImplHighlightItem(sal_uInt16 nItemId, bool bIsSelection = true);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/crsr/
H A Dviscrs.cxx262 bool bIsSelection = m_pCursorShell->IsSelection(); in SetPosAndShow() local
269 else if (bIsSelection) in SetPosAndShow()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/unodraw/
H A DUnoGraphicExporter.cxx180 BitmapEx GetBitmapFromMetaFile( const GDIMetaFile& rMtf,bool bIsSelection, const Size* pSize ) in GetBitmapFromMetaFile() argument
215 if (bIsSelection) in GetBitmapFromMetaFile()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/unodraw/
H A DUnoGraphicExporter.cxx185 BitmapEx GetBitmapFromMetaFile( const GDIMetaFile& rMtf,bool bIsSelection, const Size* pSize ) in GetBitmapFromMetaFile() argument
220 if (bIsSelection) in GetBitmapFromMetaFile()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/control/
H A Dvalueset.cxx843 void ValueSet::ImplHighlightItem( sal_uInt16 nItemId, bool bIsSelection ) in ImplHighlightItem() argument
851 if ( !bIsSelection && mbNoSelection ) in ImplHighlightItem()
2749 void SvtValueSet::ImplHighlightItem( sal_uInt16 nItemId, bool bIsSelection ) in ImplHighlightItem() argument
2758 if ( !bIsSelection && mbNoSelection ) in ImplHighlightItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/control/
H A Dvalueset.cxx668 void ValueSet::ImplHighlightItem( sal_uInt16 nItemId, bool bIsSelection ) in ImplHighlightItem() argument
677 if ( !bIsSelection && mbNoSelection ) in ImplHighlightItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dunusedfields.only-used-in-constructor.results530 ScXMLDatabaseRangeContext bIsSelection _Bool
H A Dunusedfields.writeonly.results550 ScXMLDatabaseRangeContext bIsSelection _Bool
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dunusedfields.only-used-in-constructor.results542 ScXMLDatabaseRangeContext bIsSelection _Bool
H A Dunusedfields.writeonly.results592 ScXMLDatabaseRangeContext bIsSelection _Bool
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_EditMethods.cpp1887 static void s_TellSpellDone(XAP_Frame * pFrame, bool bIsSelection) in s_TellSpellDone() argument
1889 …pFrame->showMessageBox(bIsSelection ? AP_STRING_ID_MSG_SpellSelectionDone : AP_STRING_ID_MSG_Spell… in s_TellSpellDone()