Home
last modified time | relevance | path

Searched refs:sStyleName (Results 1 – 25 of 84) sorted by relevance

1234

/trunk/main/xmloff/source/table/
H A DXMLTableExport.cxx241 pTableInfo->maColumnStyleMap[xKey] = sStyleName; in collectTableAutoStyles()
264 pTableInfo->maRowStyleMap[xKey] = sStyleName; in collectTableAutoStyles()
285 OUString sStyleName; in collectTableAutoStyles() local
290 sStyleName = sParentStyleName; in collectTableAutoStyles()
292 if( sStyleName.getLength() ) in collectTableAutoStyles()
295 pTableInfo->maCellStyleMap[xKey] = sStyleName; in collectTableAutoStyles()
303 aStringStatistic.add( sStyleName ); in collectTableAutoStyles()
358 const OUString sStyleName( pTableInfo->maRowStyleMap[xKey] ); in exportTable() local
359 if( sStyleName.getLength() ) in exportTable()
406 if( sStyleName.getLength() ) in ExportTableColumns()
[all …]
H A DXMLTableImport.cxx280 const OUString sStyleName( (*aStyleIter).second ); in finishStyles() local
453 OUString sStyleName; in ImportRow() local
473 sStyleName = sValue; in ImportRow()
492 if( sStyleName.getLength() ) in ImportRow()
605 OUString sStyleName( msDefaultCellStyleName ); in GetDefaultCellStyleName() local
611 return sStyleName; in GetDefaultCellStyleName()
626 OUString sStyleName; in XMLCellImportContext() local
653 sStyleName = sValue; in XMLCellImportContext()
666 if( sStyleName.getLength() == 0 ) in XMLCellImportContext()
667 sStyleName = sDefaultCellStyleName; in XMLCellImportContext()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx661 String sStyleName; in getByIndex() local
672 + nIndex, sStyleName ); in getByIndex()
754 if ( !sStyleName.Len() ) in getByIndex()
757 if ( sStyleName.Len() ) in getByIndex()
795 String sStyleName; in getByName() local
855 String sStyleName; in hasByName() local
892 String sStyleName; in insertByName() local
1409 sStyleName(rStyleName), in SwXStyle()
1468 aString = sStyleName; in getName()
1494 sStyleName = String(rName); in setName()
[all …]
/trunk/main/sw/source/filter/xml/
H A Dxmlfmte.cxx311 OUString sStyleName; in exportStyleAttributes() local
312 aProperty->maValue >>= sStyleName; in exportStyleAttributes()
315 if( sStyleName.getLength() ) in exportStyleAttributes()
317 … OUString sTmp = rExport.GetTextParagraphExport()->GetListAutoStylePool().Find( sStyleName ); in exportStyleAttributes()
319 sStyleName = sTmp; in exportStyleAttributes()
323 GetExport().EncodeStyleName( sStyleName ) ); in exportStyleAttributes()
329 OUString sStyleName; in exportStyleAttributes() local
330 aProperty->maValue >>= sStyleName; in exportStyleAttributes()
333 GetExport().EncodeStyleName( sStyleName ) ); in exportStyleAttributes()
H A Dxmltbli.cxx1664 OUString sStyleName( rStyleName ); in InsertCell() local
1665 if( !sStyleName.getLength() ) in InsertCell()
1670 sStyleName = GetColumnDefaultCellStyleName( nCurCol ); in InsertCell()
1671 if( !sStyleName.getLength() ) in InsertCell()
1672 sStyleName = aDfltCellStyleName; in InsertCell()
1683 ->Set( sStyleName, j, i, pStartNode, in InsertCell()
2070 OUString sStyleName = pCell->GetStyleName(); in MakeTableBox() local
2074 pBox, sStyleName, nColWidth, pCell->IsProtected(), in MakeTableBox()
2084 if( pCell->GetStartNode() && !sStyleName.isEmpty() && in MakeTableBox()
2106 (sStyleName.getLength() != 0) ) in MakeTableBox()
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLStylesImportHelper.hxx39 rtl::OUString sStyleName; member
44 sStyleName(rStyleName), nNumberFormat(-1) {} in ScMyStyleNumberFormat()
46 sStyleName(rStyleName), nNumberFormat(nFormat) {} in ScMyStyleNumberFormat()
53 return rValue1.sStyleName < rValue2.sStyleName; in operator ()()
129 rtl::OUString sStyleName; member
140 return rValue1.sStyleName < rValue2.sStyleName; in operator ()()
H A DXMLStylesImportHelper.cxx352 aStyle.sStyleName = *pStyleNameP; in GetIterator()
375 if (!aRowDefaultStyle->sStyleName.getLength()) in AddDefaultRange()
393 pPrevStyleName = new rtl::OUString(aPrevItr->sStyleName); in AddDefaultRange()
405 pPrevStyleName = new rtl::OUString(aPrevItr->sStyleName); in AddDefaultRange()
422 pPrevStyleName = new rtl::OUString(aRowDefaultStyle->sStyleName); in AddDefaultRange()
452 void ScMyStylesImportHelper::AddColumnStyle(const rtl::OUString& sStyleName, const sal_Int32 nColum… in AddColumnStyle() argument
456 ScMyStylesSet::iterator aItr(GetIterator(&sStyleName)); in AddColumnStyle()
463 void ScMyStylesImportHelper::SetRowStyle(const rtl::OUString& sStyleName) in SetRowStyle() argument
465 aRowDefaultStyle = GetIterator(&sStyleName); in SetRowStyle()
576 aItr->xRanges->SetStylesToRanges(&aItr->sStyleName, rImport); in SetStylesToRanges()
H A Dxmlcoli.cxx85 sStyleName = sValue; in ScXMLTableColContext()
158 if (sStyleName.getLength()) in EndElement()
164 XML_STYLE_FAMILY_TABLE_COLUMN, sStyleName, sal_True); in EndElement()
172 … pSheetData->AddColumnStyle( sStyleName, ScAddress( (SCCOL)nCurrentColumn, 0, (SCTAB)nSheet ) ); in EndElement()
H A Dxmlrowi.cxx87 sStyleName = sValue; in ScXMLTableRowContext()
187 if (sStyleName.getLength()) in EndElement()
193 XML_STYLE_FAMILY_TABLE_ROW, sStyleName, sal_True)); in EndElement()
201 … pSheetData->AddRowStyle( sStyleName, ScAddress( 0, (SCROW)nFirstRow, (SCTAB)nSheet ) ); in EndElement()
/trunk/main/xmloff/source/text/
H A Dtxtparaimphint.hxx93 OUString sStyleName; member in XMLStyleHint_Impl
100 sStyleName( rStyleName ) in XMLStyleHint_Impl()
105 const OUString& GetStyleName() const { return sStyleName; } in GetStyleName()
131 OUString sStyleName; member in XMLHyperlinkHint_Impl
155 void SetStyleName( const OUString& s ) { sStyleName = s; } in SetStyleName()
156 const OUString& GetStyleName() const { return sStyleName; } in GetStyleName()
H A Dtxtstyli.cxx572 rtl::OUString sStyleName; in FillPropertySet() local
573 rState.maValue >>= sStyleName; in FillPropertySet()
576 sStyleName = GetImport().GetStyleDisplayName(aFamilies[i - 7], sStyleName); in FillPropertySet()
590 rState.maValue <<= sStyleName; in FillPropertySet()
612 rPropSet->setPropertyValue(rPropertyName,Any(sStyleName)); in FillPropertySet()
618 aSeq[0] = sStyleName; in FillPropertySet()
H A Dtxtimp.cxx1358 sal_Bool lcl_HasListStyle( OUString sStyleName, in lcl_HasListStyle() argument
1366 if ( !xParaStyles->hasByName( sStyleName ) ) in lcl_HasListStyle()
1521 OUString sStyleName( rStyleName ); in SetStyleAndAttrs() local
1530 sStyleName = pStyle->GetParentName(); in SetStyleAndAttrs()
1537 if( sStyleName.getLength() ) in SetStyleAndAttrs()
1539 sStyleName = rImport.GetStyleDisplayName( nFamily, sStyleName ); in SetStyleAndAttrs()
1546 rStyles->hasByName( sStyleName ) ) in SetStyleAndAttrs()
1551 sStyleName = OUString(); in SetStyleAndAttrs()
1957 if ( !lcl_HasListStyle( sStyleName, in SetStyleAndAttrs()
1987 return sStyleName; in SetStyleAndAttrs()
[all …]
H A DXMLTextFrameContext.cxx409 ::rtl::OUString sStyleName;
538 sStyleName, in Create()
551 sStyleName, in Create()
561 sStyleName, in Create()
572 sStyleName, in Create()
600 sStyleName, in Create()
642 if( sStyleName.getLength() ) in Create()
646 sStyleName = pStyle->GetParentName(); in Create()
650 if( sStyleName.getLength() ) in Create()
653 XML_STYLE_FAMILY_SD_GRAPHICS_ID, sStyleName ) ); in Create()
[all …]
H A Dtxtparai.cxx1883 OUString sStyleName; in Characters() local
1885 sStyleName = pHint->GetStyleName(); in Characters()
1887 GetImport().GetTextImport()->ConvertStarFonts( rChars, sStyleName, in Characters()
1957 sStyleName = rValue; in XMLParaContext()
2007 sStyleName = aCondStyleName; in XMLParaContext()
2011 sStyleName = sClassNames.getToken( 0, ' ', nDummy ); in XMLParaContext()
2091 if( bHeading && (sStyleName.getLength() == 0) ) in ~XMLParaContext()
2092 xTxtImport->FindOutlineStyleName( sStyleName, nOutlineLevel ); in ~XMLParaContext()
2096 sStyleName = xTxtImport->SetStyleAndAttrs( GetImport(), xAttrCursor, in ~XMLParaContext()
2097 sStyleName, in ~XMLParaContext()
[all …]
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx181 String sStyleName; in lcl_IsHeadlineCell() local
183 bRet = sStyleName == aTableHeadingName; in lcl_IsHeadlineCell()
1103 String sStyleName; in BeginBlockStructureElements() local
1115 aPDFType = sStyleName; in BeginBlockStructureElements()
1120 if ( sStyleName == aQuotations ) in BeginBlockStructureElements()
1129 else if ( sStyleName == aCaption) in BeginBlockStructureElements()
1147 else if ( sStyleName == aHeading ) in BeginBlockStructureElements()
1395 String sStyleName; in BeginInlineStructureElements() local
1437 sStyleName.Len() > 0 ) in BeginInlineStructureElements()
1440 if ( sStyleName.Len() > 0 ) in BeginInlineStructureElements()
[all …]
/trunk/main/xmloff/source/style/
H A DPageMasterImportContext.cxx269 rtl::OUString sStyleName; in FillPropertySet() local
270 rState.maValue >>= sStyleName; in FillPropertySet()
273 sStyleName = GetImport().GetStyleDisplayName(aFamilies[i%4], sStyleName); in FillPropertySet()
287 rPropSet->setPropertyValue(rPropertyName,Any(sStyleName)); in FillPropertySet()
293 aSeq[0] = sStyleName; in FillPropertySet()
H A DXMLFontAutoStylePool.cxx59 OUString sStyleName; member in XMLFontAutoStylePoolEntry_Impl
83 const OUString& GetStyleName() const { return sStyleName; } in GetStyleName()
99 sStyleName( rStyleName ), in XMLFontAutoStylePoolEntry_Impl()
113 sStyleName( rStyleName ), in XMLFontAutoStylePoolEntry_Impl()
/trunk/main/xmloff/source/draw/
H A DXMLShapeStyleContext.cxx265 OUString sStyleName; in FillPropertySet() local
266 rState.maValue >>= sStyleName; in FillPropertySet()
267 sStyleName = GetImport().GetStyleDisplayName( aFamilies[i], sStyleName ); in FillPropertySet()
277 rPropSet->setPropertyValue( rPropertyName, Any( sStyleName ) ); in FillPropertySet()
283 aSeq[0] = sStyleName; in FillPropertySet()
/trunk/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx90 sStyleName = rEntry.sStyleName; in TableStyleSheetEntry()
459 m_pImpl->m_pCurrentEntry->sStyleName = sValue; in lcl_attribute()
532 m_pImpl->m_pCurrentEntry->sStyleName = sStringValue; in lcl_sprm()
690 if( !m_pImpl->m_rDMapper.IsOOXMLImport() || m_pImpl->m_pCurrentEntry->sStyleName.getLength() >0) in lcl_entry()
692 …l->m_pCurrentEntry->sConvertedStyleName = ConvertStyleName( m_pImpl->m_pCurrentEntry->sStyleName ); in lcl_entry()
784 ::rtl::OUString sConvertedStyleName = ConvertStyleName( pEntry->sStyleName ); in ApplyStyleSheets()
803 xStyle->setParentStyle(ConvertStyleName( pParent->sStyleName )); in ApplyStyleSheets()
949 if( ( *aNextStyleIt )->sStyleName.getLength() && in ApplyStyleSheets()
950 … ( *aNextStyleIt )->sStyleName == pEntry->sNextStyleIdentifier) in ApplyStyleSheets()
1028 if( m_pImpl->m_aStyleSheetEntries[nPos]->sStyleName == sIndex) in FindStyleSheetByStyleName()
[all …]
H A DNumberingManager.cxx445 OUString sStyleName( OUString::createFromAscii( "WWNum" ) ); in GetStyleName() local
446 sStyleName += OUString::valueOf( nId ); in GetStyleName()
448 return sStyleName; in GetStyleName()
511 rtl::OUString sStyleName = GetStyleName( GetId( ) ); in CreateNumberingRules() local
513 xStyles->insertByName( sStyleName, makeAny( xStyle ) ); in CreateNumberingRules()
515 uno::Any oStyle = xStyles->getByName( sStyleName ); in CreateNumberingRules()
922 OUString sStyleName = rSprm.getValue( )->getString( ); in lcl_sprm() local
925 const StyleSheetEntryPtr pStyle = pStylesTable->FindStyleSheetByISTD( sStyleName ); in lcl_sprm()
931 OUString sStyleName = rSprm.getValue( )->getString( ); in lcl_sprm() local
933 pAbstractListDef->SetNumStyleLink(sStyleName); in lcl_sprm()
/trunk/main/sc/source/ui/vba/
H A Dvbaformatconditions.cxx147 rtl::OUString sStyleName; in Add() local
150 sStyleName = getStyleName(); in Add()
151 xStyle = mxStyles->Add(sStyleName, uno::Any() ); in Add()
155 sStyleName = xStyle->getName(); in Add()
181 aProperty.Value = uno::makeAny( sStyleName ); in Add()
194 if (xSheetConditionalEntry->getStyleName().equals(sStyleName)) in Add()
H A Dvbastyle.cxx43 lcl_getStyleProps( const rtl::OUString& sStyleName, const uno::Reference< frame::XModel >& xModel )… in lcl_getStyleProps() argument
46 … xStyleProps( ScVbaStyle::getStylesNameContainer( xModel )->getByName( sStyleName ), uno::UNO_QUER… in lcl_getStyleProps()
67sStyleName, const uno::Reference< frame::XModel >& _xModel ) throw ( script::BasicErrorException, … in ScVbaStyle() argument
/trunk/main/sw/source/ui/misc/
H A Dlinenum.cxx172 String sStyleName(rInf.GetCharFmt( *pIDSPA )->GetName()); in Reset() local
173 const sal_uInt16 nPos = aCharStyleLB.GetEntryPos(sStyleName); in Reset()
179 if (sStyleName.Len()) in Reset()
181 aCharStyleLB.InsertEntry(sStyleName); in Reset()
182 aCharStyleLB.SelectEntry(sStyleName); in Reset()
/trunk/main/sd/source/ui/func/
H A Dfutempl.cxx435 String sStyleName((SdResId(STR_PSEUDOSHEET_OUTLINE))); in DoExecute()
436 sStyleName.AppendAscii( RTL_CONSTASCII_STRINGPARAM( " 1" ) ); in DoExecute()
437 SfxStyleSheetBase* pFirstStyleSheet = pSSPool->Find( sStyleName, SD_STYLE_FAMILY_PSEUDO); in DoExecute()
450 String sStyleName((SdResId(STR_PSEUDOSHEET_OUTLINE))); in DoExecute()
451 sStyleName.Append( sal_Unicode( ' ' )); in DoExecute()
462 String aName( sStyleName ); in DoExecute()
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx280 OUString sStyleName; in ApplyStyle() local
287 sStyleName = xNames->getElementNames()[nIndex]; in ApplyStyle()
290 if( sStyleName.getLength() == 0 ) in ApplyStyle()
299 aReq.AppendItem( SfxStringItem( SID_TABLE_STYLE, sStyleName ) ); in ApplyStyle()
316 SfxStringItem aArg( SID_TABLE_STYLE, sStyleName ); in ApplyStyle()
568 const OUString sStyleName( xNamed->getName() ); in updateControls() local
576 if( aNames[nIndex] == sStyleName ) in updateControls()

Completed in 250 milliseconds

1234