/aoo4110/main/sdext/source/pdfimport/tree/ |
H A D | style.cxx | 51 aSearchStyle.Name = rStyle.Name; in impl_getStyleId() 53 aSearchStyle.Contents = rStyle.Contents; in impl_getStyleId() 162 const HashedStyle& rStyle = style_it->second; in getStyleName() local 165 if( name_it != rStyle.Properties.end() ) in getStyleName() 171 if( fam_it != rStyle.Properties.end() ) in getStyleName() 198 const HashedStyle& rStyle = it->second; in impl_emitStyle() local 199 PropertyMap aProps( rStyle.Properties ); in impl_emitStyle() 200 if( !rStyle.IsSubStyle ) in impl_emitStyle() 206 if( rStyle.Contents ) in impl_emitStyle() 207 rContext.rEmitter.write( rStyle.Contents ); in impl_emitStyle() [all …]
|
H A D | style.hxx | 121 size_t operator()( const StyleContainer::HashedStyle& rStyle ) const in operator ()() 123 return rStyle.hashCode(); in operator ()() 165 sal_Int32 impl_getStyleId( const Style& rStyle, bool bSubStyle ); 166 sal_Int32 getStyleId( const Style& rStyle ) in getStyleId() argument 167 { return impl_getStyleId( rStyle, false ); } in getStyleId()
|
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | winmtf.hxx | 380 sal_Bool operator==( const WinMtfFillStyle& rStyle ) in operator ==() 381 { return ( ( aFillColor == rStyle.aFillColor ) && ( bTransparent == rStyle.bTransparent ) ); }; in operator ==() 384 …void operator=( const WinMtfFillStyle& rStyle ) { aFillColor = rStyle.aFillColor; bTransparent = r… in operator =() 404 WinMtfLineStyle( const Color& rColor, const LineInfo rStyle, sal_Bool bTrans = sal_False ) : in WinMtfLineStyle() 406 aLineInfo ( rStyle ), in WinMtfLineStyle() 409 …nMtfLineStyle& rStyle ) { return ( ( aLineColor == rStyle.aLineColor ) && ( bTransparent == rStyle… in operator ==() 411 void operator=( const WinMtfLineStyle& rStyle ) in operator =() 413 aLineColor = rStyle.aLineColor; in operator =() 414 bTransparent = rStyle.bTransparent; in operator =() 415 aLineInfo = rStyle.aLineInfo; in operator =()
|
/aoo4110/main/xmlscript/source/xmldlg_imexp/ |
H A D | xmldlg_export.cxx | 1214 OUString StyleBag::getStyleId( Style const & rStyle ) in getStyleId() argument 1217 if (! rStyle._set) // nothin set in getStyleId() 1227 short demanded_defaults = ~rStyle._set & rStyle._all; in getStyleId() 1232 short bset = rStyle._set & pStyle->_set; in getStyleId() 1246 (rStyle._border != pStyle->_border || in getStyleId() 1251 !equalFont( rStyle, *pStyle )) in getStyleId() 1268 pStyle->_border = rStyle._border; in getStyleId() 1272 pStyle->_descr = rStyle._descr; in getStyleId() 1279 pStyle->_all |= rStyle._all; in getStyleId() 1280 pStyle->_set |= rStyle._set; in getStyleId() [all …]
|
/aoo4110/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 193 void SetCellStyleLeft( size_t nCol, size_t nRow, const Style& rStyle ); 196 void SetCellStyleRight( size_t nCol, size_t nRow, const Style& rStyle ); 199 void SetCellStyleTop( size_t nCol, size_t nRow, const Style& rStyle ); 202 void SetCellStyleBottom( size_t nCol, size_t nRow, const Style& rStyle ); 205 void SetCellStyleTLBR( size_t nCol, size_t nRow, const Style& rStyle ); 208 void SetCellStyleBLTR( size_t nCol, size_t nRow, const Style& rStyle ); 214 void SetColumnStyleLeft( size_t nCol, const Style& rStyle ); 217 void SetColumnStyleRight( size_t nCol, const Style& rStyle ); 220 void SetRowStyleTop( size_t nRow, const Style& rStyle ); 223 void SetRowStyleBottom( size_t nRow, const Style& rStyle );
|
H A D | svdotable.hxx | 94 TableStyleSettings( const TableStyleSettings& rStyle ); 95 TableStyleSettings& operator=(const TableStyleSettings& rStyle); 142 void setTableStyleSettings( const ::sdr::table::TableStyleSettings& rStyle );
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | styledlg.cxx | 49 SfxStyleSheetBase& rStyle, // zu bearbeitendes StyleSheet in SfxStyleDialog() argument 60 rStyle.GetItemSet().Clone(), in SfxStyleDialog() 63 rStyle.HasParentSupport() ? sal_True : 2, in SfxStyleDialog() 66 pStyle( &rStyle ) in SfxStyleDialog() 76 if( !rStyle.GetName().Len() ) in SfxStyleDialog() 82 sTxt += rStyle.GetName(); in SfxStyleDialog()
|
/aoo4110/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 415 CELLACC( nCol, nRow ).maLeft = rStyle; in SetCellStyleLeft() 421 CELLACC( nCol, nRow ).maRight = rStyle; in SetCellStyleRight() 427 CELLACC( nCol, nRow ).maTop = rStyle; in SetCellStyleTop() 433 CELLACC( nCol, nRow ).maBottom = rStyle; in SetCellStyleBottom() 439 CELLACC( nCol, nRow ).maTLBR = rStyle; in SetCellStyleTLBR() 445 CELLACC( nCol, nRow ).maBLTR = rStyle; in SetCellStyleBLTR() 460 SetCellStyleLeft( nCol, nRow, rStyle ); in SetColumnStyleLeft() 467 SetCellStyleRight( nCol, nRow, rStyle ); in SetColumnStyleRight() 470 void Array::SetRowStyleTop( size_t nRow, const Style& rStyle ) in SetRowStyleTop() argument 474 SetCellStyleTop( nCol, nRow, rStyle ); in SetRowStyleTop() [all …]
|
H A D | frmsel.cxx | 851 return rStyle.GetOutWidth() ? &rStyle : 0; in GetFrameBorderStyle() 884 const SvxBorderLine& rStyle = (*aIt)->GetCoreStyle(); in GetVisibleWidth() local 888 (rStyle.GetOutWidth() == (*aIt)->GetCoreStyle().GetOutWidth()) && in GetVisibleWidth() 889 (rStyle.GetDistance() == (*aIt)->GetCoreStyle().GetDistance()) && in GetVisibleWidth() 890 (rStyle.GetInWidth() == (*aIt)->GetCoreStyle().GetInWidth()); in GetVisibleWidth() 894 rnPrim = rStyle.GetOutWidth(); in GetVisibleWidth() 895 rnDist = rStyle.GetDistance(); in GetVisibleWidth() 896 rnSecn = rStyle.GetInWidth(); in GetVisibleWidth() 907 const SvxBorderLine& rStyle = (*aIt)->GetCoreStyle(); in GetVisibleColor() local 910 bFound = (rStyle.GetColor() == (*aIt)->GetCoreStyle().GetColor()); in GetVisibleColor() [all …]
|
/aoo4110/main/svx/source/table/ |
H A D | svdotable.cxx | 185 (*this) = rStyle; in TableStyleSettings() 190 mbUseFirstRow = rStyle.mbUseFirstRow; in operator =() 191 mbUseLastRow = rStyle.mbUseLastRow; in operator =() 192 mbUseFirstColumn = rStyle.mbUseFirstColumn; in operator =() 193 mbUseLastColumn = rStyle.mbUseLastColumn; in operator =() 194 mbUseRowBanding = rStyle.mbUseRowBanding; in operator =() 195 mbUseColumnBanding = rStyle.mbUseColumnBanding; in operator =() 202 (mbUseFirstRow == rStyle.mbUseFirstRow) && in operator ==() 203 (mbUseLastRow == rStyle.mbUseLastRow) && in operator ==() 205 (mbUseLastColumn == rStyle.mbUseLastColumn) && in operator ==() [all …]
|
/aoo4110/main/sc/source/ui/cctrl/ |
H A D | dpcontrol.cxx | 321 maLabelFont = rStyle.GetLabelFont(); in ScMenuFloatingWindow() 412 Color aBackColor = rStyle.GetMenuColor(); in Paint() 413 Color aBorderColor = rStyle.GetShadowColor(); in Paint() 437 SetTextColor(rStyle.GetMenuTextColor()); in Paint() 779 Color aBackColor = rStyle.GetMenuColor(); in highlightMenuItem() 816 aBackColor = rStyle.GetMenuHighlightColor(); in highlightMenuItem() 823 Color aTextColor = bSelected ? rStyle.GetMenuHighlightTextColor() : rStyle.GetMenuTextColor(); in highlightMenuItem() 1031 maChkToggleAll.SetControlBackground(rStyle.GetMenuColor()); in ScDPFieldPopupWindow() 1286 Color aMemberBackColor = rStyle.GetFieldColor(); in Paint() 1287 Color aBorderColor = rStyle.GetShadowColor(); in Paint() [all …]
|
/aoo4110/main/xmloff/source/style/ |
H A D | styleexp.cxx | 100 const Reference< XStyle >& rStyle, in exportStyle() 106 Reference< XPropertySet > xPropSet( rStyle, UNO_QUERY ); in exportStyle() 128 sName += rStyle->getName(); in exportStyle() 143 OUString sParentString(rStyle->getParentStyle()); in exportStyle() 325 exportStyleAttributes( rStyle ); in exportStyle() 346 exportStyleContent( rStyle ); in exportStyle() 349 Reference<XEventsSupplier> xEventsSupp(rStyle, UNO_QUERY); in exportStyle()
|
H A D | XMLPageExport.cxx | 100 const Reference< XStyle >& rStyle, in exportStyle() 103 Reference< XPropertySet > xPropSet( rStyle, UNO_QUERY ); in exportStyle() 119 aEntry.sStyleName = rStyle->getName(); in exportStyle() 126 OUString sName( rStyle->getName() ); in exportStyle()
|
/aoo4110/main/sfx2/source/sidebar/ |
H A D | Theme.cxx | 218 const StyleSettings& rStyle (Application::GetSettings().GetStyleSettings()); in UpdateTheme() local 223 Color aBaseBackgroundColor (rStyle.GetDialogColor()); in UpdateTheme() 261 Any(sal_Int32(rStyle.GetFontColor().GetRGBColor()))); in UpdateTheme() 267 rStyle.GetFloatTitleHeight())))); in UpdateTheme() 287 rStyle.GetTitleHeight())))); in UpdateTheme() 322 Any(sal_Int32(rStyle.GetActiveBorderColor().GetRGBColor()))); in UpdateTheme() 330 Any(sal_Int32(rStyle.GetActiveBorderColor().GetRGBColor()))); in UpdateTheme() 334 Any(sal_Int32(rStyle.GetHighlightColor().GetRGBColor()))); in UpdateTheme() 337 Any(sal_Int32(rStyle.GetHighlightTextColor().GetRGBColor()))); in UpdateTheme() 344 Any(sal_Int32(rStyle.GetActiveTabColor().GetRGBColor()))); in UpdateTheme()
|
/aoo4110/main/sd/source/ui/table/ |
H A D | TableDesignPane.cxx | 718 static void FillCellInfoMatrix( const CellInfoVector& rStyle, const TableStyleSettings& rSettings, … in FillCellInfoMatrix() argument 732 xCellInfo = rStyle[sdr::table::first_row_style]; in FillCellInfoMatrix() 736 xCellInfo = rStyle[sdr::table::last_row_style]; in FillCellInfoMatrix() 744 xCellInfo = rStyle[sdr::table::first_column_style]; in FillCellInfoMatrix() 748 xCellInfo = rStyle[sdr::table::last_column_style]; in FillCellInfoMatrix() 758 xCellInfo = rStyle[sdr::table::even_rows_style]; in FillCellInfoMatrix() 762 xCellInfo = rStyle[sdr::table::odd_rows_style]; in FillCellInfoMatrix() 773 xCellInfo = rStyle[sdr::table::even_columns_style]; in FillCellInfoMatrix() 777 xCellInfo = rStyle[sdr::table::odd_columns_style]; in FillCellInfoMatrix() 785 xCellInfo = rStyle[sdr::table::body_style]; in FillCellInfoMatrix()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoevent.cxx | 270 rStyle(rStyleRef) in SwFrameStyleEventDescriptor() 282 SfxStyleSheetBasePool* pBasePool = rStyle.GetBasePool(); in setMacroItem() 285 SfxStyleSheetBase* pBase = pBasePool->Find(rStyle.GetStyleName()); in setMacroItem() 303 SfxStyleSheetBasePool* pBasePool = rStyle.GetBasePool(); in getMacroItem() 306 SfxStyleSheetBase* pBase = pBasePool->Find(rStyle.GetStyleName()); in getMacroItem()
|
/aoo4110/main/slideshow/source/engine/ |
H A D | shapeattributelayer.cxx | 581 void ShapeAttributeLayer::setFillStyle( const sal_Int16& rStyle ) in setFillStyle() argument 584 meFillStyle = (drawing::FillStyle)rStyle; in setFillStyle() 606 void ShapeAttributeLayer::setLineStyle( const sal_Int16& rStyle ) in setLineStyle() argument 609 meLineStyle = (drawing::LineStyle)rStyle; in setLineStyle() 772 void ShapeAttributeLayer::setCharPosture( const sal_Int16& rStyle ) in setCharPosture() argument 775 meCharPosture = (awt::FontSlant)rStyle; in setCharPosture()
|
/aoo4110/main/slideshow/source/inc/ |
H A D | shapeattributelayer.hxx | 328 void setFillStyle( const sal_Int16& rStyle ); 340 void setLineStyle( const sal_Int16& rStyle ); 397 void setCharWeight( const double& rStyle ); 440 void setCharPosture( const sal_Int16& rStyle );
|
/aoo4110/main/tools/source/fsys/ |
H A D | wntmsc.cxx | 121 ErrCode GetPathStyle_Impl( const String &rDevice, FSysPathStyle &rStyle ) in GetPathStyle_Impl() argument 138 rStyle = FSYS_STYLE_UNKNOWN; in GetPathStyle_Impl() 146 rStyle = bW95 ? FSYS_STYLE_VFAT : FSYS_STYLE_FAT; in GetPathStyle_Impl() 150 rStyle = FSYS_STYLE_NTFS; in GetPathStyle_Impl() 154 rStyle = FSYS_STYLE_HPFS; in GetPathStyle_Impl() 158 rStyle = FSYS_STYLE_NWFS; in GetPathStyle_Impl()
|
/aoo4110/main/xmloff/inc/xmloff/ |
H A D | styleexp.hxx | 87 ::com::sun::star::style::XStyle > & rStyle, 95 ::com::sun::star::style::XStyle > & rStyle ); 99 ::com::sun::star::style::XStyle > & rStyle );
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | SxcDocumentDeserializer.java | 498 RowStyle rStyle = new RowStyle("Default",SxcConstants.ROW_STYLE_FAMILY, in processCells() local 501 Style result[] = (Style[]) styleCat.getMatching(rStyle); in processCells() 505 rStyle.setName("ro" + rowStyles++); in processCells() 506 styleName = rStyle.getName(); in processCells() 508 styleCat.add(rStyle); in processCells()
|
/aoo4110/main/svtools/source/table/ |
H A D | gridtablerenderer.cxx | 435 StyleSettings const & rStyle; member 444 ,rStyle( i_style ) in CellRenderContext() 559 …EffectiveColor( m_pImpl->rModel.getActiveSelectionTextColor(), i_context.rStyle, &StyleSettings::G… in impl_paintCellText() 560 …fectiveColor( m_pImpl->rModel.getInactiveSelectionTextColor(), i_context.rStyle, &StyleSettings::G… in impl_paintCellText() 565 …Color = lcl_getEffectiveColor( m_pImpl->rModel.getTextColor(), i_context.rStyle, &StyleSettings::G… in impl_paintCellText()
|
/aoo4110/main/sw/source/ui/app/ |
H A D | docstyle.cxx | 1182 const String& rStyle = pCondItem->GetStyle( i ); in SetItemSet() local 1183 if( rStyle.Len() && in SetItemSet() 1184 0 != ( pFindFmt = lcl_FindParaFmt( rDoc, rStyle, 0, sal_True ))) in SetItemSet() 1215 const String& rStyle = pCondItem->GetStyle( i ); in SetItemSet() local 1216 if( rStyle.Len() && in SetItemSet() 1217 0 != ( pFindFmt = lcl_FindParaFmt( rDoc, rStyle, 0, sal_True ))) in SetItemSet() 2301 const String &rStyle, const String &rParent ) in SetParent() argument 2307 if( 0 != ( pFmt = lcl_FindCharFmt( rDoc, rStyle ) ) && rParent.Len() ) in SetParent() 2312 if( 0 != ( pFmt = lcl_FindParaFmt( rDoc, rStyle ) ) && rParent.Len() ) in SetParent() 2317 if( 0 != ( pFmt = lcl_FindFrmFmt( rDoc, rStyle ) ) && rParent.Len() ) in SetParent() [all …]
|
/aoo4110/main/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 4039 SwTxtFmtColl* pColl = MakeColl( rStyle.sName, sal_uInt16(nNo), in MakeStyle() 4040 rStyle.nOutlineNo, bCollExist); in MakeStyle() 4047 sal_uInt16 nStyleNo = rStyle.nBasedOn; in MakeStyle() 4048 if( rStyle.bBasedOnIsSet && nStyleNo != nNo ) in MakeStyle() 4074 rStyle.aAttrSet, *pDerivedSet ); in MakeStyle() 4078 ((SfxItemSet&)pColl->GetAttrSet()).Put( rStyle.aAttrSet ); in MakeStyle() 4081 nStyleNo = rStyle.nNext; in MakeStyle() 4108 sal_uInt16 nStyleNo = rStyle.nBasedOn; in MakeCharStyle() 4109 if( rStyle.bBasedOnIsSet && nStyleNo != nNo ) in MakeCharStyle() 4135 rStyle.aAttrSet, *pDerivedSet ); in MakeCharStyle() [all …]
|
/aoo4110/main/sw/source/filter/xml/ |
H A D | xmlithlp.cxx | 127 sal_Bool& rHasStyle, sal_uInt16& rStyle, in lcl_frmitems_parseXMLBorder() argument 139 rStyle = USHRT_MAX; in lcl_frmitems_parseXMLBorder() 153 rUnitConverter.convertEnum( rStyle, aToken, in lcl_frmitems_parseXMLBorder()
|