xtable.cxx (81e4f59a) xtable.cxx (a68b38df)
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

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

205void XPropertyList::SetName( const String& rString )
206{
207 if(rString.Len())
208 {
209 maName = rString;
210 }
211}
212
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

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

205void XPropertyList::SetName( const String& rString )
206{
207 if(rString.Len())
208 {
209 maName = rString;
210 }
211}
212
213sal_uInt32 XPropertyList::getUiBitmapWidth() const
214{
215 static sal_uInt32 nWidth = 32; // alternative: 42;
216
217 return nWidth;
218}
219
220sal_uInt32 XPropertyList::getUiBitmapHeight() const
221{
222 static sal_uInt32 nHeight = 12; // alternative: 16;
223
224 return nHeight;
225}
226
227sal_uInt32 XPropertyList::getUiBitmapLineWidth() const
228{
229 static sal_uInt32 nLineWidth = 1;
230
231 return nLineWidth;
232}
233
234// eof
213// eof