Home
last modified time | relevance | path

Searched refs:getModuleId (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbars.cxx116 …if( m_pCBarHelper->getModuleId().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.sheet.Spre… in createCollectionObject()
130 …else if( m_pCBarHelper->getModuleId().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.text.… in createCollectionObject()
224 if( m_pCBarHelper->getModuleId().equalsAscii( "com.sun.star.sheet.SpreadsheetDocument" ) ) in Item()
226 else if( m_pCBarHelper->getModuleId().equalsAscii("com.sun.star.text.TextDocument") ) in Item()
H A Dvbacommandbar.cxx54 … if( pCBarHelper->getModuleId().equalsAscii("com.sun.star.sheet.SpreadsheetDocument") ) in getName()
56 else if( pCBarHelper->getModuleId().equalsAscii("com.sun.star.text.TextDocument") ) in getName()
H A Dvbacommandbarhelper.hxx93 const rtl::OUString getModuleId(){ return maModuleId; } in getModuleId() function in VbaCommandBarHelper

Completed in 12 milliseconds