Home
last modified time | relevance | path

Searched refs:aKey (Results 126 – 134 of 134) sorted by relevance

123456

/aoo42x/main/sw/source/core/inc/
H A Dtxmsrt.hxx212 String aKey; member
/aoo42x/main/sfx2/inc/sfx2/
H A Dviewsh.hxx328 SAL_DLLPRIVATE sal_Bool ExecKey_Impl(const KeyEvent& aKey);
/aoo42x/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java1577 StringBuffer aKey = new StringBuffer(40); in getLabelWidth() local
1578 … final String sKey = aKey.append(_sLabel).append(_nCharWeight).append(_nCharHeight).toString(); in getLabelWidth()
/aoo42x/main/sw/source/filter/xml/
H A Dxmltbli.cxx1904 TableBoxIndex aKey( rStyleName, nColumnWidth, bProtected ); in GetSharedBoxFormat() local
1905 map_BoxFmt::iterator aIter = pSharedBoxFormats->find( aKey ); in GetSharedBoxFormat()
1922 (*pSharedBoxFormats)[ aKey ] = pBoxFmt2; in GetSharedBoxFormat()
/aoo42x/main/sfx2/source/view/
H A Dviewsh.cxx1746 sal_Bool SfxViewShell::ExecKey_Impl(const KeyEvent& aKey) in ExecKey_Impl() argument
1756 return pImp->m_pAccExec->execute(aKey.GetKeyCode()); in ExecKey_Impl()
/aoo42x/main/sot/source/sdstor/
H A Ducbstorage.cxx2955 ByteString aKey; local
2957 aKey = *pKey;
2958 if ( pElement->m_xStream->m_aKey == aKey )
/aoo42x/main/i18npool/source/localedata/
H A DLocaleNode.cxx655 OUString aKey( aUsage + OUString( sal_Unicode(',')) + aType); in generateCode() local
656 if (!aDefaultsSet.insert( aKey).second) in generateCode()
/aoo42x/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx2728 const KeySym aKey = XkbKeycodeToKeysym( m_pDisplay, rMessage.xkey.keycode, 0, 0 ); in handleDragEvent() local
2729 if( aKey == XK_Escape ) in handleDragEvent()
2774 switch( aKey ) in handleDragEvent()
/aoo42x/main/connectivity/source/parse/
H A Dsqlbison.y4456 ::rtl::OString aKey = getIntlKeywordAscii(Intl_TokenID[i]);
4457 if (rToken.equalsIgnoreAsciiCase(aKey))

Completed in 1827 milliseconds

123456