Home
last modified time | relevance | path

Searched refs:rStyle (Results 1 – 25 of 97) sorted by relevance

1234

/AOO41X/main/sdext/source/pdfimport/tree/
H A Dstyle.cxx45 sal_Int32 StyleContainer::impl_getStyleId( const Style& rStyle, bool bSubStyle ) in impl_getStyleId() argument
51 aSearchStyle.Name = rStyle.Name; in impl_getStyleId()
52 aSearchStyle.Properties = rStyle.Properties; in impl_getStyleId()
53 aSearchStyle.Contents = rStyle.Contents; in impl_getStyleId()
54 aSearchStyle.ContainedElement = rStyle.ContainedElement; in impl_getStyleId()
55 for( unsigned int n = 0; n < rStyle.SubStyles.size(); ++n ) in impl_getStyleId()
56 aSearchStyle.SubStyles.push_back( impl_getStyleId( *rStyle.SubStyles[n], true ) ); in impl_getStyleId()
162 const HashedStyle& rStyle = style_it->second; in getStyleName() local
164 PropertyMap::const_iterator name_it = rStyle.Properties.find( USTR("style:name") ); in getStyleName()
165 if( name_it != rStyle.Properties.end() ) in getStyleName()
[all …]
H A Dstyle.hxx121 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()
/AOO41X/main/svtools/source/filter/wmf/
H A Dwinmtf.hxx380 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 =()
/AOO41X/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx1214 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()
1230 (rStyle._set & (pStyle->_all & ~pStyle->_set)) == 0) in getStyleId()
1232 short bset = rStyle._set & pStyle->_set; in getStyleId()
1234 rStyle._backgroundColor != pStyle->_backgroundColor) in getStyleId()
1237 rStyle._textColor != pStyle->_textColor) in getStyleId()
1240 rStyle._textLineColor != pStyle->_textLineColor) in getStyleId()
1243 rStyle._fillColor != pStyle->_fillColor) in getStyleId()
1246 (rStyle._border != pStyle->_border || in getStyleId()
[all …]
/AOO41X/main/svx/inc/svx/
H A Dframelinkarray.hxx193 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 Dsvdotable.hxx94 TableStyleSettings( const TableStyleSettings& rStyle );
95 TableStyleSettings& operator=(const TableStyleSettings& rStyle);
142 void setTableStyleSettings( const ::sdr::table::TableStyleSettings& rStyle );
/AOO41X/main/sfx2/source/dialog/
H A Dstyledlg.cxx49 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()
/AOO41X/main/svx/source/dialog/
H A Dframelinkarray.cxx412 void Array::SetCellStyleLeft( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleLeft() argument
415 CELLACC( nCol, nRow ).maLeft = rStyle; in SetCellStyleLeft()
418 void Array::SetCellStyleRight( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleRight() argument
421 CELLACC( nCol, nRow ).maRight = rStyle; in SetCellStyleRight()
424 void Array::SetCellStyleTop( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleTop() argument
427 CELLACC( nCol, nRow ).maTop = rStyle; in SetCellStyleTop()
430 void Array::SetCellStyleBottom( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleBottom() argument
433 CELLACC( nCol, nRow ).maBottom = rStyle; in SetCellStyleBottom()
436 void Array::SetCellStyleTLBR( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleTLBR() argument
439 CELLACC( nCol, nRow ).maTLBR = rStyle; in SetCellStyleTLBR()
[all …]
H A Dfrmsel.cxx849 const SvxBorderLine& rStyle = mxImpl->GetBorder( eBorder ).GetCoreStyle(); in GetFrameBorderStyle() local
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
[all …]
/AOO41X/main/svx/source/table/
H A Dsvdotable.cxx183 TableStyleSettings::TableStyleSettings( const TableStyleSettings& rStyle ) in TableStyleSettings() argument
185 (*this) = rStyle; in TableStyleSettings()
188 TableStyleSettings& TableStyleSettings::operator=(const TableStyleSettings& rStyle) in operator =() argument
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 =()
199 bool TableStyleSettings::operator==( const TableStyleSettings& rStyle ) const in operator ==()
[all …]
/AOO41X/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx320 const StyleSettings& rStyle = GetSettings().GetStyleSettings(); in ScMenuFloatingWindow() local
321 maLabelFont = rStyle.GetLabelFont(); in ScMenuFloatingWindow()
411 const StyleSettings& rStyle = GetSettings().GetStyleSettings(); in Paint() local
412 Color aBackColor = rStyle.GetMenuColor(); in Paint()
413 Color aBorderColor = rStyle.GetShadowColor(); in Paint()
437 SetTextColor(rStyle.GetMenuTextColor()); in Paint()
778 const StyleSettings& rStyle = GetSettings().GetStyleSettings(); in highlightMenuItem() local
779 Color aBackColor = rStyle.GetMenuColor(); in highlightMenuItem()
816 aBackColor = rStyle.GetMenuHighlightColor(); in highlightMenuItem()
823 Color aTextColor = bSelected ? rStyle.GetMenuHighlightTextColor() : rStyle.GetMenuTextColor(); in highlightMenuItem()
[all …]
/AOO41X/main/xmloff/source/style/
H A Dstyleexp.cxx100 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 DXMLPageExport.cxx100 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()
/AOO41X/main/sd/source/ui/table/
H A DTableDesignPane.cxx718 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()
/AOO41X/main/sw/source/core/unocore/
H A Dunoevent.cxx270 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()
/AOO41X/main/sfx2/source/sidebar/
H A DTheme.cxx190 const StyleSettings& rStyle (Application::GetSettings().GetStyleSettings()); in UpdateTheme() local
195 Color aBaseBackgroundColor (rStyle.GetDialogColor()); in UpdateTheme()
239 rStyle.GetFloatTitleHeight())))); in UpdateTheme()
259 rStyle.GetTitleHeight())))); in UpdateTheme()
294 Any(sal_Int32(rStyle.GetActiveBorderColor().GetRGBColor()))); in UpdateTheme()
302 Any(sal_Int32(rStyle.GetActiveBorderColor().GetRGBColor()))); in UpdateTheme()
306 Any(sal_Int32(rStyle.GetHighlightColor().GetRGBColor()))); in UpdateTheme()
309 Any(sal_Int32(rStyle.GetHighlightTextColor().GetRGBColor()))); in UpdateTheme()
316 Any(sal_Int32(rStyle.GetActiveTabColor().GetRGBColor()))); in UpdateTheme()
/AOO41X/main/slideshow/source/engine/
H A Dshapeattributelayer.cxx581 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()
/AOO41X/main/slideshow/source/inc/
H A Dshapeattributelayer.hxx328 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 );
/AOO41X/main/tools/source/fsys/
H A Dwntmsc.cxx121 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()
/AOO41X/main/xmloff/inc/xmloff/
H A Dstyleexp.hxx87 ::com::sun::star::style::XStyle > & rStyle,
95 ::com::sun::star::style::XStyle > & rStyle );
99 ::com::sun::star::style::XStyle > & rStyle );
/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentDeserializer.java498 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()
/AOO41X/main/svtools/source/table/
H A Dgridtablerenderer.cxx435 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()
/AOO41X/main/sw/source/ui/app/
H A Ddocstyle.cxx1182 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 …]
/AOO41X/main/sw/source/filter/rtf/
H A Dswparrtf.cxx4036 SwTxtFmtColl* SwRTFParser::MakeStyle( sal_uInt16 nNo, const SvxRTFStyleType& rStyle) in MakeStyle() argument
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()
4061 ((SfxItemSet&)pColl->GetAttrSet()).Put( rStyle.aAttrSet ); in MakeStyle()
4074 rStyle.aAttrSet, *pDerivedSet ); in MakeStyle()
4078 ((SfxItemSet&)pColl->GetAttrSet()).Put( rStyle.aAttrSet ); in MakeStyle()
4081 nStyleNo = rStyle.nNext; in MakeStyle()
4098 SwCharFmt* SwRTFParser::MakeCharStyle( sal_uInt16 nNo, const SvxRTFStyleType& rStyle ) in MakeCharStyle() argument
[all …]
/AOO41X/main/sw/source/filter/xml/
H A Dxmlithlp.cxx127 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()

1234