Home
last modified time | relevance | path

Searched refs:sCurrentName (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/propctrlr/
H A Dnewdatatype.cxx70 OUString sCurrentName = GetName(); in IMPL_LINK_NOARG() local
71 bool bNameIsOK = ( !sCurrentName.isEmpty() ) in IMPL_LINK_NOARG()
72 && ( m_aProhibitedNames.find( sCurrentName ) == m_aProhibitedNames.end() ); in IMPL_LINK_NOARG()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/propctrlr/
H A Dnewdatatype.cxx72 OUString sCurrentName = GetName(); in IMPL_LINK_NOARG() local
73 bool bNameIsOK = ( !sCurrentName.isEmpty() ) in IMPL_LINK_NOARG()
74 && ( m_aProhibitedNames.find( sCurrentName ) == m_aProhibitedNames.end() ); in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/abpilot/
H A Dabpfinalpage.cxx77 OUString sCurrentName(m_xName->get_text()); in isValidName() local
79 if (sCurrentName.isEmpty()) in isValidName()
83 if ( m_aInvalidDataSourceNames.find( sCurrentName ) != m_aInvalidDataSourceNames.end() ) in isValidName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/abpilot/
H A Dabpfinalpage.cxx78 OUString sCurrentName(m_xName->get_text()); in isValidName() local
80 if (sCurrentName.isEmpty()) in isValidName()
84 if ( m_aInvalidDataSourceNames.find( sCurrentName ) != m_aInvalidDataSourceNames.end() ) in isValidName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/customize/
H A DSvxMenuConfigPage.cxx308 OUString sCurrentName( SvxConfigPageHelper::stripHotKey( pMenuData->GetName() ) ); in IMPL_LINK() local
311 SvxNameDialog aNameDialog(GetFrameWeld(), sCurrentName, sDesc); in IMPL_LINK()
319 if ( sCurrentName == sNewName ) in IMPL_LINK()
H A DSvxToolbarConfigPage.cxx383 OUString sCurrentName( SvxConfigPageHelper::stripHotKey( pToolbar->GetName() ) ); in IMPL_LINK() local
386 SvxNameDialog aNameDialog(GetFrameWeld(), sCurrentName, sDesc); in IMPL_LINK()
394 if (sCurrentName == sNewName) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/customize/
H A DSvxMenuConfigPage.cxx302 OUString sCurrentName(SvxConfigPageHelper::stripHotKey(pMenuData->GetName())); in IMPL_LINK() local
305 SvxNameDialog aNameDialog(GetFrameWeld(), sCurrentName, sDesc); in IMPL_LINK()
313 if (sCurrentName == sNewName) in IMPL_LINK()
H A DSvxToolbarConfigPage.cxx360 OUString sCurrentName(SvxConfigPageHelper::stripHotKey(pToolbar->GetName())); in IMPL_LINK() local
363 SvxNameDialog aNameDialog(GetFrameWeld(), sCurrentName, sDesc); in IMPL_LINK()
371 if (sCurrentName == sNewName) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx480 OUString sCurrentName; in lcl_ensureName() local
481 OSL_VERIFY( xProps->getPropertyValue( PROPERTY_NAME ) >>= sCurrentName ); in lcl_ensureName()
482 if ( sCurrentName == _rName ) in lcl_ensureName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx483 OUString sCurrentName; in lcl_ensureName() local
484 OSL_VERIFY( xProps->getPropertyValue( PROPERTY_NAME ) >>= sCurrentName ); in lcl_ensureName()
485 if ( sCurrentName == _rName ) in lcl_ensureName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Ddrwbassh.cxx630 const OUString sCurrentName = pObj->GetName(); in IMPL_LINK() local
634 if (sNewName.isEmpty() || sCurrentName == sNewName) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Ddrwbassh.cxx626 const OUString sCurrentName = pObj->GetName(); in IMPL_LINK() local
630 if (sNewName.isEmpty() || sCurrentName == sNewName) in IMPL_LINK()