/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/dbpilots/ |
H A D | commonpagesdbp.cxx | 380 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 D | commonpagesdbp.cxx | 378 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 D | valueset.hxx | 252 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 D | xmldrani.hxx | 71 bool bIsSelection; // TODO: import to document core member in ScXMLDatabaseRangeContext
|
H A D | xmldrani.cxx | 94 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 D | xmldrani.hxx | 72 bool bIsSelection; // TODO: import to document core member in ScXMLDatabaseRangeContext
|
H A D | xmldrani.cxx | 96 bIsSelection(false), in ScXMLDatabaseRangeContext() 126 bIsSelection = IsXMLToken( aIter, XML_TRUE ); in ScXMLDatabaseRangeContext()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svtools/ |
H A D | valueset.hxx | 243 SVT_DLLPRIVATE void ImplHighlightItem(sal_uInt16 nItemId, bool bIsSelection = true);
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/crsr/ |
H A D | viscrs.cxx | 262 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 D | UnoGraphicExporter.cxx | 180 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 D | UnoGraphicExporter.cxx | 185 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 D | valueset.cxx | 843 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 D | valueset.cxx | 668 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 D | unusedfields.only-used-in-constructor.results | 530 ScXMLDatabaseRangeContext bIsSelection _Bool
|
H A D | unusedfields.writeonly.results | 550 ScXMLDatabaseRangeContext bIsSelection _Bool
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/ |
H A D | unusedfields.only-used-in-constructor.results | 542 ScXMLDatabaseRangeContext bIsSelection _Bool
|
H A D | unusedfields.writeonly.results | 592 ScXMLDatabaseRangeContext bIsSelection _Bool
|
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/ |
H A D | ap_EditMethods.cpp | 1887 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()
|