Searched refs:aDescName (Results 1 – 4 of 4) sorted by relevance
123 if ( aDescName.Len() ) in GetPresentation()125 rText = aDescName; in GetPresentation()142 if ( aDescName.Len() ) in GetPresentation()144 rText += aDescName; in GetPresentation()271 rStrm.WriteByteString(aDescName); in Store()
64 aDescName( rName ), in SwPageDesc()79 aDescName( rCpy.GetName() ), in SwPageDesc()95 aDescName = rSrc.aDescName; in operator =()
78 String aDescName; // Name der Vorlage member in SvxPageItem114 const String& GetDescName() const { return aDescName; } in GetDescName()115 void SetDescName(const String& rStr) { aDescName = rStr; } in SetDescName()
137 String aDescName; member in SwPageDesc163 const String &GetName() const { return aDescName; } in GetName()164 void SetName( const String& rNewName ) { aDescName = rNewName; } in SetName()
Completed in 64 milliseconds