Searched refs:nStyleId (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/sc/source/filter/excel/ |
H A D | xltools.cxx | 542 String XclTools::GetBuiltInStyleName( sal_uInt8 nStyleId, const String& rName, sal_uInt8 nLevel ) in GetBuiltInStyleName() argument 546 if( nStyleId == EXC_STYLE_NORMAL ) // "Normal" becomes "Default" style in GetBuiltInStyleName() 553 if( nStyleId < STATIC_ARRAY_SIZE( ppcStyleNames ) ) in GetBuiltInStyleName() 554 aStyleName.AppendAscii( ppcStyleNames[ nStyleId ] ); in GetBuiltInStyleName() 558 aStyleName.Append( String::CreateFromInt32( nStyleId ) ); in GetBuiltInStyleName() 559 if( (nStyleId == EXC_STYLE_ROWLEVEL) || (nStyleId == EXC_STYLE_COLLEVEL) ) in GetBuiltInStyleName() 622 sal_uInt8 nStyleId; in GetBuiltInStyleId() local 624 if( IsBuiltInStyleName( rStyleName, &nStyleId, &nNextChar ) && (nStyleId != EXC_STYLE_USERDEF) ) in GetBuiltInStyleId() 626 if( (nStyleId == EXC_STYLE_ROWLEVEL) || (nStyleId == EXC_STYLE_COLLEVEL) ) in GetBuiltInStyleId() 632 rnStyleId = nStyleId; in GetBuiltInStyleId() [all …]
|
H A D | xestyle.cxx | 2215 sal_uInt8 nStyleId, nLevel; // do not use members for debug tests in XclExpStyle() local 2216 DBG_ASSERT( !XclTools::GetBuiltInStyleId( nStyleId, nLevel, maName ), in XclExpStyle() 2224 mnStyleId( nStyleId ), in XclExpStyle() 2250 static const char* lcl_StyleNameFromId( sal_Int32 nStyleId ) in lcl_StyleNameFromId() argument 2252 switch( nStyleId ) in lcl_StyleNameFromId() 2806 sal_uInt8 nStyleId, nLevel; in InsertStyleXF() local 2810 sal_uInt32 nXFId = FindBuiltInXF( nStyleId, nLevel ); in InsertStyleXF() 2815 nXFId = AppendBuiltInXFWithStyle( xXF, nStyleId, nLevel ); in InsertStyleXF() 2884 rInfo.mnStyleId = nStyleId; in AppendBuiltInXF() 2892 sal_uInt32 nXFId = AppendBuiltInXF( xXF, nStyleId, nLevel ); in AppendBuiltInXFWithStyle() [all …]
|
/aoo4110/main/sdext/source/pdfimport/tree/ |
H A D | style.cxx | 94 const PropertyMap* StyleContainer::getProperties( sal_Int32 nStyleId ) const in getProperties() 97 m_aIdToStyle.find( nStyleId ); in getProperties() 101 sal_Int32 StyleContainer::setProperties( sal_Int32 nStyleId, const PropertyMap& rNewProps ) in setProperties() argument 105 m_aIdToStyle.find( nStyleId ); in setProperties() 191 void StyleContainer::impl_emitStyle( sal_Int32 nStyleId, in impl_emitStyle() argument 195 std::hash_map< sal_Int32, HashedStyle >::const_iterator it = m_aIdToStyle.find( nStyleId ); in impl_emitStyle() 201 aProps[ USTR( "style:name" ) ] = getStyleName( nStyleId ); in impl_emitStyle()
|
H A D | style.hxx | 155 void impl_emitStyle( sal_Int32 nStyleId, 171 const PropertyMap* getProperties( sal_Int32 nStyleId ) const; 172 sal_Int32 setProperties( sal_Int32 nStyleId, const PropertyMap &rNewProps );
|
/aoo4110/main/writerfilter/source/dmapper/ |
H A D | StyleSheetTable.cxx | 182 void lcl_mergeProps( PropertyMapPtr pToFill, PropertyMapPtr pToAdd, TblStyleType nStyleId ) in lcl_mergeProps() argument 194 ( nStyleId == TBL_STYLE_FIRSTROW ), in lcl_mergeProps() 195 ( nStyleId == TBL_STYLE_LASTROW ), in lcl_mergeProps() 196 ( nStyleId == TBL_STYLE_LASTCOL ), in lcl_mergeProps() 197 ( nStyleId == TBL_STYLE_FIRSTCOL ) in lcl_mergeProps() 225 const TblStyleType nStyleId, in MergePropertiesFromMask() argument 228 TblStylePrs::iterator pIt = m_aStyles.find( nStyleId ); in MergePropertiesFromMask() 233 lcl_mergeProps( pToFill, pIt->second, nStyleId ); in MergePropertiesFromMask()
|
H A D | StyleSheetTable.hxx | 150 const TblStyleType nStyleId, PropertyMapPtr pToFill);
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | xestyle.hxx | 607 …explicit XclExpStyle( sal_uInt32 nXFId, sal_uInt8 nStyleId, sal_uInt8 nLevel = EXC_STYL… 716 …sal_uInt32 FindBuiltInXF( sal_uInt8 nStyleId, sal_uInt8 nLevel = EXC_STYLE_NOLEVEL ) cons… 733 sal_uInt8 nStyleId, sal_uInt8 nLevel = EXC_STYLE_NOLEVEL ); 737 sal_uInt8 nStyleId, sal_uInt8 nLevel = EXC_STYLE_NOLEVEL );
|
H A D | xltools.hxx | 197 …static String GetBuiltInStyleName( sal_uInt8 nStyleId, const String& rName, sal_uInt8 nLevel…
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtww8.hxx | 1119 void WriteStringAsPara( const String& rTxt, sal_uInt16 nStyleId = 0 );
|
H A D | wrtww8.cxx | 1754 void WW8Export::WriteStringAsPara( const String& rTxt, sal_uInt16 nStyleId ) in WriteStringAsPara() argument 1761 SwWW8Writer::InsUInt16( aArr, nStyleId ); in WriteStringAsPara()
|
Completed in 107 milliseconds