fldmgr.hxx (1d2dbeb0) | fldmgr.hxx (3b32dd21) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 30 unchanged lines hidden (view full) --- 39 namespace text{ 40 class XNumberingTypeInfo; 41 } 42}}} 43 44class SwWrtShell; 45class SwField; 46class SwFieldType; | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 30 unchanged lines hidden (view full) --- 39 namespace text{ 40 class XNumberingTypeInfo; 41 } 42}}} 43 44class SwWrtShell; 45class SwField; 46class SwFieldType; |
47class SwPaM; |
|
47class SbModule; 48class SvxMacroItem; 49class SvNumberFormatter; 50class Window; 51/*-------------------------------------------------------------------- 52 Beschreibung: Die Gruppen von Feldern 53 --------------------------------------------------------------------*/ 54 --- 76 unchanged lines hidden (view full) --- 131 132public: 133 SwFldMgr(SwWrtShell* pSh = 0); 134 ~SwFldMgr(); 135 136 void SetWrtShell( SwWrtShell* pShell ) 137 { pWrtShell = pShell; } 138 | 48class SbModule; 49class SvxMacroItem; 50class SvNumberFormatter; 51class Window; 52/*-------------------------------------------------------------------- 53 Beschreibung: Die Gruppen von Feldern 54 --------------------------------------------------------------------*/ 55 --- 76 unchanged lines hidden (view full) --- 132 133public: 134 SwFldMgr(SwWrtShell* pSh = 0); 135 ~SwFldMgr(); 136 137 void SetWrtShell( SwWrtShell* pShell ) 138 { pWrtShell = pShell; } 139 |
139 // Feld einfuegen ueber TypeId (TYP_ ...) 140 sal_Bool InsertFld( const SwInsertFld_Data& rData ); | 140 // insert field using TypeID (TYP_ ...) 141 sal_Bool InsertFld( 142 const SwInsertFld_Data& rData, 143 const SwPaM* pPam = 0 ); |
141 142 // Direkt das aktuelle Feld aendern 143 void UpdateCurFld(sal_uLong nFormat, 144 const String& rPar1, 145 const String& rPar2, 146 SwField * _pField = 0); // #111840# 147 148 inline const String& GetCurFldPar1() const; --- 82 unchanged lines hidden --- | 144 145 // Direkt das aktuelle Feld aendern 146 void UpdateCurFld(sal_uLong nFormat, 147 const String& rPar1, 148 const String& rPar2, 149 SwField * _pField = 0); // #111840# 150 151 inline const String& GetCurFldPar1() const; --- 82 unchanged lines hidden --- |