Home
last modified time | relevance | path

Searched refs:SmFormat (Results 1 – 16 of 16) sorted by relevance

/trunk/main/starmath/inc/
H A Dnode.hxx56 extern SmFormat *pActiveFormat;
153 virtual void Arrange(const OutputDevice &rDev, const SmFormat &rFormat);
268 virtual void Arrange(const OutputDevice &rDev, const SmFormat &rFormat);
296 virtual void Arrange(const OutputDevice &rDev, const SmFormat &rFormat);
324 virtual void Arrange(const OutputDevice &rDev, const SmFormat &rFormat);
350 virtual void Arrange(const OutputDevice &rDev, const SmFormat &rFormat);
369 virtual void Arrange(const OutputDevice &rDev, const SmFormat &rFormat);
394 virtual void Arrange(const OutputDevice &rDev, const SmFormat &rFormat);
433 virtual void Arrange(const OutputDevice &rDev, const SmFormat &rFormat);
450 virtual void Arrange(const OutputDevice &rDev, const SmFormat &rFormat);
[all …]
H A Dformat.hxx99 class SmFormat : public SfxBroadcaster class
113 SmFormat();
114 SmFormat(const SmFormat &rFormat) : SfxBroadcaster() { *this = rFormat; } in SmFormat() function in SmFormat
149 SmFormat & operator = (const SmFormat &rFormat);
151 sal_Bool operator == (const SmFormat &rFormat) const;
152 inline sal_Bool operator != (const SmFormat &rFormat) const;
156 ((SmFormat *) this)->Broadcast(SfxSimpleHint(HINT_FORMATCHANGED)); in RequestApplyChanges()
161 inline sal_Bool SmFormat::operator != (const SmFormat &rFormat) const in operator !=()
H A Ddialog.hxx152 void ReadFrom(const SmFormat &rFormat);
153 void WriteTo (SmFormat &rFormat) const;
189 void ReadFrom(const SmFormat &rFormat);
190 void WriteTo (SmFormat &rFormat) const;
264 void ReadFrom(const SmFormat &rFormat);
265 void WriteTo (SmFormat &rFormat) /*const*/;
290 void ReadFrom(const SmFormat &rFormat);
291 void WriteTo (SmFormat &rFormat) const;
H A Daction.hxx35 SmFormat aOldFormat;
36 SmFormat aNewFormat;
39 SmFormatAction(SmDocShell *pDocSh, const SmFormat& rOldFormat, const SmFormat& rNewFormat);
H A Ddocument.hxx109 SmFormat aFormat;
195 void SetFormat(SmFormat& rFormat);
196 const SmFormat& GetFormat() { return (aFormat); } in GetFormat()
H A Drect.hxx108 void BuildRect (const OutputDevice &rDev, const SmFormat *pFormat,
110 void Init(const OutputDevice &rDev, const SmFormat *pFormat,
121 SmRect(const OutputDevice &rDev, const SmFormat *pFormat,
H A Dunomodel.hxx36 class SmFormat;
/trunk/main/starmath/source/
H A Dnode.cxx350 void SmNode::Prepare(const SmFormat &rFormat, const SmDocShell &rDocShell) in Prepare()
414 void SmNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) in Arrange()
742 void SmTableNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) in Arrange()
833 void SmLineNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) in Arrange()
904 void SmUnHorNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) in Arrange()
977 void SmRootNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) in Arrange()
1633 void SmBraceNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) in Arrange()
1864 const SmFormat &rFormat) const in CalcSymbolHeight()
1891 void SmOperNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) in Arrange()
2134 void SmFontNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) in Arrange()
[all …]
H A Dformat.cxx106 SmFormat::SmFormat() in SmFormat() function in SmFormat
176 void SmFormat::SetFont(sal_uInt16 nIdent, const SmFace &rFont, sal_Bool bDefault ) in SetFont()
185 SmFormat & SmFormat::operator = (const SmFormat &rFormat) in operator =()
209 sal_Bool SmFormat::operator == (const SmFormat &rFormat) const in operator ==()
H A Ddocument.cxx215 void SmDocShell::SetFormat(SmFormat& rFormat) in SetFormat()
300 const SmFormat &rFormat = GetFormat(); in ArrangeFormula()
1005 SmFormat aOldFormat = GetFormat(); in Execute()
1006 SmFormat aNewFormat( aOldFormat ); in Execute()
1045 SmFormat aOldFormat = GetFormat(); in Execute()
1049 SmFormat aNewFormat( aOldFormat ); in Execute()
1068 SmFormat aOldFormat = GetFormat(); in Execute()
1072 SmFormat aNewFormat( aOldFormat ); in Execute()
1092 SmFormat aOldFormat = GetFormat(); in Execute()
1096 SmFormat aNewFormat( aOldFormat ); in Execute()
[all …]
H A Dcfgitem.hxx49 class SmFormat;
114 SmFormat * pFormat;
181 const SmFormat & GetStandardFormat() const;
182 …void SetStandardFormat( const SmFormat &rFormat, sal_Bool bSaveFontFormatList = sal…
H A Ddialog.cxx430 SmFormat aFmt( pp->GetConfig()->GetStandardFormat() ); in IMPL_LINK()
466 void SmFontSizeDialog::ReadFrom(const SmFormat &rFormat) in ReadFrom()
480 void SmFontSizeDialog::WriteTo(SmFormat &rFormat) const in WriteTo()
537 SmFormat aFmt( pp->GetConfig()->GetStandardFormat() ); in IMPL_LINK_INLINE_START()
580 void SmFontTypeDialog::ReadFrom(const SmFormat &rFormat) in ReadFrom()
602 void SmFontTypeDialog::WriteTo(SmFormat &rFormat) const in WriteTo()
744 SmFormat aFmt( pp->GetConfig()->GetStandardFormat() ); in IMPL_LINK()
984 void SmDistanceDialog::ReadFrom(const SmFormat &rFormat) in ReadFrom()
1020 void SmDistanceDialog::WriteTo(SmFormat &rFormat) /*const*/ in WriteTo()
1094 void SmAlignDialog::ReadFrom(const SmFormat &rFormat) in ReadFrom()
[all …]
H A Daction.cxx35 const SmFormat& rOldFormat, in SmFormatAction()
36 const SmFormat& rNewFormat) : in SmFormatAction()
H A Drect.cxx138 void SmRect::BuildRect(const OutputDevice &rDev, const SmFormat *pFormat, in BuildRect()
233 void SmRect::Init(const OutputDevice &rDev, const SmFormat *pFormat, in Init()
241 SmRect::SmRect(const OutputDevice &rDev, const SmFormat *pFormat, in SmRect()
H A Dcfgitem.cxx836 const SmFormat & rStdFmt = GetStandardFormat(); in StripFontFormatList()
979 pFormat = new SmFormat; in LoadFormat()
1116 const SmFormat & SmMathConfig::GetStandardFormat() const in GetStandardFormat()
1124 void SmMathConfig::SetStandardFormat( const SmFormat &rFormat, sal_Bool bSaveFontFormatList ) in SetStandardFormat()
H A Dunomodel.cxx493 SmFormat aFormat = pDocSh->GetFormat(); in _setPropertyValues()
775 const SmFormat & aFormat = pDocSh->GetFormat(); in _getPropertyValues()

Completed in 113 milliseconds