Lines Matching refs:SwMacroField
60 SwMacroField::SwMacroField(SwMacroFieldType* pInitType, in SwMacroField() function in SwMacroField
67 String SwMacroField::Expand() const in Expand()
72 SwField* SwMacroField::Copy() const in Copy()
74 return new SwMacroField((SwMacroFieldType*)GetTyp(), aMacro, aText); in Copy()
77 String SwMacroField::GetFieldName() const in GetFieldName()
85 String SwMacroField::GetLibName() const in GetLibName()
107 String SwMacroField::GetMacroName() const in GetMacroName()
130 SvxMacro SwMacroField::GetSvxMacro() const in GetSvxMacro()
146 void SwMacroField::SetPar1(const String& rStr) in SetPar1()
152 const String& SwMacroField::GetPar1() const in GetPar1()
161 void SwMacroField::SetPar2(const String& rStr) in SetPar2()
166 String SwMacroField::GetPar2() const in GetPar2()
174 sal_Bool SwMacroField::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue()
198 sal_Bool SwMacroField::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue()
224 void SwMacroField::CreateMacroString( in CreateMacroString()
236 sal_Bool SwMacroField::isScriptURL( const String& str ) in isScriptURL()