svdoutl.cxx (f6e50924) svdoutl.cxx (7a980842)
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

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

99 mpTextObj.reset( const_cast< SdrTextObj* >(pObj) );
100}
101
102/*************************************************************************
103|*
104|*
105|*
106\************************************************************************/
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

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

99 mpTextObj.reset( const_cast< SdrTextObj* >(pObj) );
100}
101
102/*************************************************************************
103|*
104|*
105|*
106\************************************************************************/
107XubString SdrOutliner::CalcFieldValue(const SvxFieldItem& rField, sal_uInt16 nPara, sal_uInt16 nPos,
107XubString SdrOutliner::CalcFieldValue(const SvxFieldItem& rField, sal_uInt32 nPara, sal_uInt16 nPos,
108 Color*& rpTxtColor, Color*& rpFldColor)
109{
110 FASTBOOL bOk = sal_False;
111 XubString aRet;
112
113 if(mpTextObj.is())
114 bOk = static_cast< SdrTextObj* >( mpTextObj.get())->CalcFieldValue(rField, nPara, nPos, sal_False, rpTxtColor, rpFldColor, aRet);
115

--- 13 unchanged lines hidden ---
108 Color*& rpTxtColor, Color*& rpFldColor)
109{
110 FASTBOOL bOk = sal_False;
111 XubString aRet;
112
113 if(mpTextObj.is())
114 bOk = static_cast< SdrTextObj* >( mpTextObj.get())->CalcFieldValue(rField, nPara, nPos, sal_False, rpTxtColor, rpFldColor, aRet);
115

--- 13 unchanged lines hidden ---