/trunk/main/rsc/source/tools/ |
H A D | rscdef.cxx | 221 aExp.GetMacro( aStr ); in GetName() 238 ByteString RscId::GetMacro() const in GetMacro() function in RscId 243 aStr = aExp.aExp.pDef->GetMacro(); in GetMacro() 245 aExp.GetMacro( aStr ); in GetMacro() 392 ByteString RscDefine::GetMacro() in GetMacro() function in RscDefine 395 return pExp->GetMacro(); in GetMacro() 568 rStr += aExp.pExp->GetMacro(); in GetMacro() 676 aRightExp.GetMacro( aLeft ); in GetMacro() 681 aLeftExp.GetMacro( aLeft ); in GetMacro() 685 aLeftExp.GetMacro( aLeft ); in GetMacro() [all …]
|
/trunk/main/rsc/inc/ |
H A D | rscdef.hxx | 69 void GetMacro( ByteString & ) const; 105 ByteString GetMacro() const; // Gibt das Macro zurueck 149 ByteString GetMacro(); 182 ByteString GetMacro();
|
/trunk/main/basctl/source/basicide/ |
H A D | macrodlg.cxx | 283 SbMethod* MacroChooser::GetMacro() in GetMacro() function in MacroChooser 303 SbMethod* pMethod = GetMacro(); in DeleteMacro() 425 SbMethod* pMethod = GetMacro(); in CheckButtons() 505 SbMethod* pMethod = GetMacro(); in IMPL_LINK_INLINE_START() 674 SbMethod* pMethod = GetMacro(); in IMPL_LINK() 699 SbMethod* pMethod = GetMacro(); in IMPL_LINK() 809 SbMethod* pMethod = GetMacro(); in IMPL_LINK()
|
H A D | macrodlg.hxx | 99 SbMethod* GetMacro();
|
H A D | basobj2.cxx | 296 pMethod = pChooser->GetMacro(); in ChooseMacro()
|
/trunk/main/sw/inc/ |
H A D | frmatr.hxx | 58 inline const SvxMacroItem &SwAttrSet::GetMacro(sal_Bool bInP) const in GetMacro() function in SwAttrSet 88 inline const SvxMacroItem &SwFmt::GetMacro(sal_Bool bInP) const in GetMacro() function in SwFmt 89 { return aSet.GetMacro(bInP); } in GetMacro()
|
H A D | inetfld.hxx | 101 const SvxMacro* GetMacro( sal_uInt16 nEvent ) const;
|
H A D | fmtinfmt.hxx | 148 const SvxMacro* GetMacro( sal_uInt16 nEvent ) const;
|
H A D | format.hxx | 255 inline const SvxMacroItem &GetMacro( sal_Bool = sal_True ) const;
|
H A D | swatrset.hxx | 295 inline const SvxMacroItem &GetMacro( sal_Bool = sal_True ) const;
|
H A D | docufld.hxx | 471 inline const String& GetMacro() const { return aMacro; } in GetMacro() function in SwMacroField
|
/trunk/main/sc/source/ui/drawfunc/ |
H A D | fusel.cxx | 212 else if ( pInfo->GetMacro().getLength() > 0 ) in MouseButtonDown() 214 if ( pInfo->GetMacro().getLength() > 0 ) in MouseButtonDown() 218 if ( pObjSh && SfxApplication::IsXScriptURL( pInfo->GetMacro() ) ) in MouseButtonDown() 225 pObjSh->CallXScript( pInfo->GetMacro(), in MouseButtonDown()
|
H A D | drawsh.cxx | 344 if ( pInfo->GetMacro().getLength() > 0 ) in ExecuteMacroAssign() 347 String sMacro( pInfo->GetMacro() ); in ExecuteMacroAssign()
|
H A D | fudraw.cxx | 837 …else if ( !bAlt && pInfo && ((pInfo->GetMacro().getLength() > 0) || (pInfo->GetHlink().getLength()… in ForcePointer() 839 else if ( !bAlt && pInfo && (pInfo->GetMacro().getLength() > 0) ) in ForcePointer()
|
/trunk/main/sw/source/ui/inc/ |
H A D | cfgdesc.hxx | 46 String GetMacro() const; // inline 61 inline String SwCfgDesc::GetMacro() const { return aFuncText; } in GetMacro() function in SwCfgDesc
|
/trunk/main/sw/source/ui/wrtsh/ |
H A D | wrtsh2.cxx | 375 const SvxMacro* pMac = rItem.GetMacro( SFX_EVENT_MOUSECLICK_OBJECT ); in ClickToINetAttr() 407 const SvxMacro* pMac = &pFnd->GetMacro().GetMacro( SFX_EVENT_MOUSECLICK_OBJECT ); in ClickToINetGrf()
|
H A D | select.cxx | 782 const SvxMacroItem &rFmtMac = pFmt->GetMacro(); in IMPL_LINK() 786 const SvxMacro &rMac = rFmtMac.GetMacro(SW_EVENT_OBJECT_SELECT); in IMPL_LINK()
|
/trunk/main/svl/inc/svl/ |
H A D | macitem.hxx | 170 inline const SvxMacro& GetMacro( sal_uInt16 nEvent ) const; 194 inline const SvxMacro& SvxMacroItem::GetMacro( sal_uInt16 nEvent ) const in GetMacro() function in SvxMacroItem
|
/trunk/main/sw/source/ui/shells/ |
H A D | textsh.cxx | 896 const SvxMacro *pMacro = pINetFmt->GetMacro( SFX_EVENT_MOUSEOVER_OBJECT ); in StateInsert() 900 pMacro = pINetFmt->GetMacro( SFX_EVENT_MOUSECLICK_OBJECT ); in StateInsert() 904 pMacro = pINetFmt->GetMacro( SFX_EVENT_MOUSEOUT_OBJECT ); in StateInsert()
|
/trunk/main/sc/inc/ |
H A D | userdat.hxx | 96 const rtl::OUString& GetMacro() const { return maMacro; } in GetMacro() function in ScMacroInfo
|
/trunk/main/sw/source/core/doc/ |
H A D | docbasic.cxx | 190 pTbl = &pFmt->GetMacro().GetMacroTable(); in CallEvent()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoevent.cxx | 164 const SvxMacro* aMacro = aFmt.GetMacro(nEvent); in copyMacrosFromINetFmt()
|
/trunk/main/svtools/source/uno/ |
H A D | unoevent.cxx | 445 rMacro = rItem.GetMacro(nEvent); in getByName()
|
/trunk/main/sw/source/ui/docvw/ |
H A D | edtwin2.cxx | 327 sTxt = ((const SwMacroField*)pFld)->GetMacro(); in RequestHelp()
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | shapeuno.cxx | 1462 if ( pInfo && (pInfo->GetMacro().getLength() > 0) ) in getByName() 1468 aProperties[ 1 ].Value <<= pInfo->GetMacro(); in getByName()
|