unoforou.cxx (1fd82021) unoforou.cxx (4386a992)
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

--- 223 unchanged lines hidden (view full) ---

232 rOutliner.QuickSetAttribs( rSet, rSel );
233}
234
235XubString SvxOutlinerForwarder::CalcFieldValue( const SvxFieldItem& rField, sal_uInt32 nPara, sal_uInt16 nPos, Color*& rpTxtColor, Color*& rpFldColor )
236{
237 return rOutliner.CalcFieldValue( rField, nPara, nPos, rpTxtColor, rpFldColor );
238}
239
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

--- 223 unchanged lines hidden (view full) ---

232 rOutliner.QuickSetAttribs( rSet, rSel );
233}
234
235XubString SvxOutlinerForwarder::CalcFieldValue( const SvxFieldItem& rField, sal_uInt32 nPara, sal_uInt16 nPos, Color*& rpTxtColor, Color*& rpFldColor )
236{
237 return rOutliner.CalcFieldValue( rField, nPara, nPos, rpTxtColor, rpFldColor );
238}
239
240void SvxOutlinerForwarder::FieldClicked( const SvxFieldItem& rField, sal_uInt16 nPara, xub_StrLen nPos )
240void SvxOutlinerForwarder::FieldClicked( const SvxFieldItem& rField, sal_uInt32 nPara, xub_StrLen nPos )
241{
242 rOutliner.FieldClicked( rField, nPara, nPos );
243}
244
245sal_Bool SvxOutlinerForwarder::IsValid() const
246{
247 // cannot reliably query outliner state
248 // while in the middle of an update

--- 362 unchanged lines hidden ---
241{
242 rOutliner.FieldClicked( rField, nPara, nPos );
243}
244
245sal_Bool SvxOutlinerForwarder::IsValid() const
246{
247 // cannot reliably query outliner state
248 // while in the middle of an update

--- 362 unchanged lines hidden ---