Home
last modified time | relevance | path

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

1234

/aoo41x/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 …]
/aoo41x/main/sw/source/core/unocore/
H A Dunostyle.cxx693 String sStyleName; in getByIndex() local
704 + nIndex, sStyleName ); in getByIndex()
786 if ( !sStyleName.Len() ) in getByIndex()
789 if ( sStyleName.Len() ) in getByIndex()
827 String sStyleName; in getByName() local
887 String sStyleName; in hasByName() local
924 String sStyleName; in insertByName() local
1441 sStyleName(rStyleName), in SwXStyle()
1500 aString = sStyleName; in getName()
1526 sStyleName = String(rName); in setName()
[all …]
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/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 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 DXMLIndexTitleTemplateContext.cxx82 sStyleName = xAttrList->getValueByIndex(nAttr); in StartElement()
84 XML_STYLE_FAMILY_TEXT_PARAGRAPH, sStyleName ); in StartElement()
103 sStyleName ); in EndElement()
/aoo41x/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 …]
/aoo41x/main/xmloff/source/draw/
H A DXMLShapeStyleContext.cxx248 OUString sStyleName; in FillPropertySet() local
249 rState.maValue >>= sStyleName; in FillPropertySet()
250 sStyleName = GetImport().GetStyleDisplayName( aFamilies[i], sStyleName ); in FillPropertySet()
260 rPropSet->setPropertyValue( rPropertyName, Any( sStyleName ) ); in FillPropertySet()
266 aSeq[0] = sStyleName; in FillPropertySet()
H A Dximpnote.cxx42 OUString sStyleName; in SdXMLNotesContext() local
62 sStyleName = sValue; in SdXMLNotesContext()
84 SetStyle( sStyleName ); in SdXMLNotesContext()
/aoo41x/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx90 sStyleName = rEntry.sStyleName; in TableStyleSheetEntry()
460 m_pImpl->m_pCurrentEntry->sStyleName = sValue; in lcl_attribute()
534 m_pImpl->m_pCurrentEntry->sStyleName = sStringValue; in lcl_sprm()
693 if( !m_pImpl->m_rDMapper.IsOOXMLImport() || m_pImpl->m_pCurrentEntry->sStyleName.getLength() >0) in lcl_entry()
695 …l->m_pCurrentEntry->sConvertedStyleName = ConvertStyleName( m_pImpl->m_pCurrentEntry->sStyleName ); in lcl_entry()
787 ::rtl::OUString sConvertedStyleName = ConvertStyleName( pEntry->sStyleName ); in ApplyStyleSheets()
806 xStyle->setParentStyle(ConvertStyleName( pParent->sStyleName )); in ApplyStyleSheets()
952 if( ( *aNextStyleIt )->sStyleName.getLength() && in ApplyStyleSheets()
953 … ( *aNextStyleIt )->sStyleName == pEntry->sNextStyleIdentifier) in ApplyStyleSheets()
1031 if( m_pImpl->m_aStyleSheetEntries[nPos]->sStyleName == sIndex) in FindStyleSheetByStyleName()
[all …]
H A DNumberingManager.cxx465 OUString sStyleName( OUString::createFromAscii( "WWNum" ) ); in GetStyleName() local
466 sStyleName += OUString::valueOf( nId ); in GetStyleName()
468 return sStyleName; in GetStyleName()
530 rtl::OUString sStyleName = GetStyleName( GetId( ) ); in CreateNumberingRules() local
532 xStyles->insertByName( sStyleName, makeAny( xStyle ) ); in CreateNumberingRules()
534 uno::Any oStyle = xStyles->getByName( sStyleName ); in CreateNumberingRules()
943 OUString sStyleName = rSprm.getValue( )->getString( ); in lcl_sprm() local
946 const StyleSheetEntryPtr pStyle = pStylesTable->FindStyleSheetByISTD( sStyleName ); in lcl_sprm()
952 OUString sStyleName = rSprm.getValue( )->getString( ); in lcl_sprm() local
954 pAbstractListDef->SetNumStyleLink(sStyleName); in lcl_sprm()
/aoo41x/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
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/xmloff/source/style/
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()
/aoo41x/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()
/aoo41x/main/sd/source/ui/sidebar/
H A DRecentMasterPagesSelector.cxx138 String sStyleName (mpContainer->GetStyleNameForToken(aToken)); in Fill() local
139 if (sStyleName.Len()==0 in Fill()
140 || aCurrentNames.find(sStyleName) == aCurrentNames.end()) in Fill()

Completed in 158 milliseconds

1234