unofield.hxx (1d2dbeb0) | unofield.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 --- 189 unchanged lines hidden (view full) --- 198 199 const SwField* GetField() const; 200 const SwFmtFld* GetFldFmt(){return GetField() ? pFmtFld : 0; }; 201 202 void Invalidate(); 203 204 /// @return an SwXTextField, either an already existing one or a new one 205 static SwXTextField* CreateSwXTextField(SwDoc & rDoc, SwFmtFld const& rFmt); | 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 --- 189 unchanged lines hidden (view full) --- 198 199 const SwField* GetField() const; 200 const SwFmtFld* GetFldFmt(){return GetField() ? pFmtFld : 0; }; 201 202 void Invalidate(); 203 204 /// @return an SwXTextField, either an already existing one or a new one 205 static SwXTextField* CreateSwXTextField(SwDoc & rDoc, SwFmtFld const& rFmt); |
206 sal_uInt16 GetServiceId(); |
|
206}; 207 208 209typedef 210cppu::WeakImplHelper2 211< 212 ::com::sun::star::container::XNameAccess, 213 ::com::sun::star::lang::XServiceInfo --- 104 unchanged lines hidden --- | 207}; 208 209 210typedef 211cppu::WeakImplHelper2 212< 213 ::com::sun::star::container::XNameAccess, 214 ::com::sun::star::lang::XServiceInfo --- 104 unchanged lines hidden --- |