Home
last modified time | relevance | path

Searched refs:pStyle (Results 151 – 169 of 169) sorted by relevance

1234567

/trunk/main/editeng/inc/editeng/
H A Deditview.hxx201 void SetStyleSheet( SfxStyleSheet* pStyle );
H A Doutliner.hxx721 virtual void StyleSheetChanged( SfxStyleSheet* pStyle );
942 void SetStyleSheet( sal_uLong nPara, SfxStyleSheet* pStyle );
/trunk/main/svl/inc/svl/
H A Dstyle.hxx186 SVL_DLLPRIVATE sal_Bool DoesStyleMatch(SfxStyleSheetBase *pStyle);
/trunk/main/xmloff/source/style/
H A Dxmlnumi.cxx1155 SvxXMLListLevelStyleContext_Impl *pStyle = (*pLevelStyles)[n]; in ~SvxXMLListStyleContext() local
1157 pStyle->ReleaseRef(); in ~SvxXMLListStyleContext()
H A Dxmlnumfi.cxx1653 SvXMLNumFormatContext* pStyle = (SvXMLNumFormatContext *)pStyles->FindStyleChildContext( in CreateAndInsert() local
1655 if (pStyle) in CreateAndInsert()
1657 if ((pStyle->PrivateGetKey() > -1)) // don't reset pStyle's bRemoveAfterUse flag in CreateAndInsert()
/trunk/main/sc/inc/
H A Dattarray.hxx124 void ApplyStyleArea( SCROW nStartRow, SCROW nEndRow, ScStyleSheet* pStyle );
/trunk/main/sc/source/core/data/
H A Dtable3.cxx709 ScStyleSheet* pStyle = (ScStyleSheet*) pDocument->GetStyleSheetPool()->Find( in DoSubTotals() local
843 ApplyStyle( nGroupCol[aRowEntry.nGroupNo], aRowEntry.nDestRow, *pStyle ); in DoSubTotals()
899 ApplyStyle( nResCols[nResult], iEntry->nDestRow, *pStyle ); in DoSubTotals()
/trunk/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx58 ScDPFieldButton::ScDPFieldButton(OutputDevice* pOutDev, const StyleSettings* pStyle, const Fraction… in ScDPFieldButton() argument
61 mpStyle(pStyle), in ScDPFieldButton()
/trunk/main/svx/source/table/
H A Dcell.cxx1020 SfxUnoStyleSheet* pStyle = SfxUnoStyleSheet::getUnoStyleSheet(xStyle); in setPropertyValue() local
1021 SetStyleSheet( pStyle, sal_True ); in setPropertyValue()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx978 SwXStyle* pStyle = reinterpret_cast< SwXStyle * >( in replaceByName() local
980 pStyle->Invalidate(); in replaceByName()
2317 SwDocStyleSheet* pStyle = in lcl_SetStyleProperty() local
2319 if(pStyle) in lcl_SetStyleProperty()
2320 pDrop->SetCharFmt(pStyle->GetCharFmt()); in lcl_SetStyleProperty()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx1210 …const UniReference < XMLPropertySetMapper >& pStyle = pExportHelper[i].first->getPropertySetMapper… in exportAutoStyle() local
1215 switch ( pStyle->GetEntryContextId(aItr->mnIndex) ) in exportAutoStyle()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx1067 void OutlinerView::SetStyleSheet( SfxStyleSheet* pStyle ) in SetStyleSheet() argument
1070 pEditView->SetStyleSheet( pStyle ); in SetStyleSheet()
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx703 KStyle *pStyle = static_cast< KStyle * >( &kapp->style() ); in drawStyledWidget() local
704 pStyle->drawKStylePrimitive( KStyle::KPE_ToolBarHandle, in drawStyledWidget()
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx736 OString *pStyle = m_rExport.GetStyle(nStyle); in ParagraphStyle() local
742 if (pStyle) in ParagraphStyle()
744 aStyle.getOStringBuffer().append(pStyle->getStr()); in ParagraphStyle()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx95 SfxStyleSheetBase* pStyle = pBasePool->Find( aString, (SfxStyleFamily)SFX_STYLE_FAMILY_PARA ); in GetDefaultFontHeight() local
96 SfxItemSet& aTmpSet = pStyle->GetItemSet(); in GetDefaultFontHeight()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx2040 void EditEngine::SetStyleSheet( sal_uInt32 nPara, SfxStyleSheet* pStyle ) in SetStyleSheet() argument
2043 pImpEditEngine->SetStyleSheet( nPara, pStyle ); in SetStyleSheet()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx3389 SfxItemSet_Pointer_t pStyle = rStyles.back(); in getDocumentLanguages() local
3391 const SfxItemSet *pSet = dynamic_cast< const SfxItemSet * >(pStyle.get()); in getDocumentLanguages()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx1898 const ScStyleSheet* pStyle = pDocShell->GetDocument()->GetSelectionStyle(*GetMarkData()); in GetOnePropertyState() local
1899 if (pStyle) in GetOnePropertyState()
2442 const ScStyleSheet* pStyle = pDocShell->GetDocument()->GetSelectionStyle(*GetMarkData()); in GetOnePropertyValue() local
2443 if (pStyle) in GetOnePropertyValue()
2444 aStyleName = pStyle->GetName(); in GetOnePropertyValue()
/trunk/main/oox/source/token/
H A Dtokens.txt3721 pStyle

Completed in 389 milliseconds

1234567