Home
last modified time | relevance | path

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

/trunk/main/framework/source/accelerators/
H A Dacceleratorconfiguration.cxx183 if (!rCache.hasKey(aKeyEvent)) in getCommandByKeyEvent()
234 if (!rCache.hasKey(aKeyEvent)) in removeKeyEvent()
750 if (!rPrimaryCache.hasKey(aKeyEvent) && !rSecondaryCache.hasKey(aKeyEvent)) in getCommandByKeyEvent()
755 if (rPrimaryCache.hasKey(aKeyEvent)) in getCommandByKeyEvent()
794 if ( rPrimaryCache.hasKey(aKeyEvent) ) in setKeyEvent()
817 else if ( rSecondaryCache.hasKey(aKeyEvent) ) in setKeyEvent()
861 if (!rPrimaryCache.hasKey(aKeyEvent) && !rSecondaryCache.hasKey(aKeyEvent)) in removeKeyEvent()
866 if (rPrimaryCache.hasKey(aKeyEvent)) in removeKeyEvent()
1438 if (!m_pPrimaryWriteCache->hasKey(*pIt)) in impl_ts_save()
1445 if (!m_aPrimaryReadCache.hasKey(*pIt)) in impl_ts_save()
[all …]
H A Dacceleratorcache.cxx97 sal_Bool AcceleratorCache::hasKey(const css::awt::KeyEvent& aKey) const in hasKey() function in framework::AcceleratorCache
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1834 if ( pConfig->hasKey( pKey ) ) in UpdateSettings()
1838 if ( pConfig->hasKey( pKey ) ) in UpdateSettings()
1842 if ( pConfig->hasKey( pKey ) ) in UpdateSettings()
1846 if ( pConfig->hasKey( pKey ) ) in UpdateSettings()
1850 if ( pConfig->hasKey( pKey ) ) in UpdateSettings()
1854 if ( pConfig->hasKey( pKey ) ) in UpdateSettings()
1858 if ( pConfig->hasKey( pKey ) ) in UpdateSettings()
1868 if ( pConfig->hasKey( pKey ) ) in UpdateSettings()
/trunk/main/vcl/unx/kde4/
H A DKDESalFrame.cxx203 if ( aGroup.hasKey( pKey ) ) in UpdateSettings()
213 if ( aGroup.hasKey( pKey ) ) in UpdateSettings()
218 if ( aGroup.hasKey( pKey ) ) in UpdateSettings()
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx863 bool PPDParser::hasKey( const PPDKey* pKey ) const in hasKey() function in PPDParser
1820 if( ! m_pParser->hasKey( pKey ) ) in getValue()
1839 if( ! m_pParser->hasKey( pKey ) ) in setValue()
1894 if( m_pParser->hasKey( pKey ) ) in checkConstraints()
1909 if( ! pKey || ! m_pParser || ! m_pParser->hasKey( pKey ) ) in resetValue()
2017 if( ! m_pParser || ! pKey || ! m_pParser->hasKey( pKey ) ) in getUnconstrainedValues()
/trunk/main/framework/source/inc/accelerators/
H A Dacceleratorcache.hxx139 virtual sal_Bool hasKey(const css::awt::KeyEvent& aKey) const;
/trunk/main/framework/source/xml/
H A Dacceleratorconfigurationreader.cxx187 if (!m_rContainer.hasKey(aEvent)) in startElement()
/trunk/main/vcl/inc/vcl/
H A Dppdparser.hxx209 bool hasKey( const PPDKey* ) const;

Completed in 55 milliseconds