Home
last modified time | relevance | path

Searched refs:nOutlineLevel (Results 26 – 35 of 35) sorted by relevance

12

/trunk/main/xmloff/source/text/
H A Dtxtparai.hxx51 sal_Int8 nOutlineLevel; member in XMLParaContext
H A DXMLIndexTemplateContext.hxx83 sal_Int32 nOutlineLevel; member in XMLIndexTemplateContext
/trunk/main/sw/inc/
H A Ddoc.hxx686 …sal_Bool SplitDoc( sal_uInt16 eDocType, const String& rPath, int nOutlineLevel = 0 ); //#outline l…
1919 …sal_Bool GenerateGlobalDoc( const String& rPath, int nOutlineLevel = 0 ); //#outline level,add by …
1922 …sal_Bool GenerateHTMLDoc( const String& rPath, int nOutlineLevel = 0 ); //#outline level,add by zh…
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx1520 const int nOutlineLevel = rShell.GetCurrentParaOutlineLevel(); in StateStatusLine() local
1521 if( nOutlineLevel != 0 ) in StateStatusLine()
1533 sStr += String::CreateFromInt32( nOutlineLevel); in StateStatusLine()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx384 SwTxtFmtColl* MakeColl( const String&, sal_uInt16 nPos, sal_uInt8 nOutlineLevel,
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx2689 … const sal_Int16 nOutlineLevel = nIntValue >= WW_OUTLINE_MIN && nIntValue < WW_OUTLINE_MAX in sprmWithProps() local
2699 pStyleSheetPropertyMap->SetOutlineLevel( nOutlineLevel ); in sprmWithProps()
2703 rContext->Insert(PROP_OUTLINE_LEVEL, true, uno::makeAny ( nOutlineLevel )); in sprmWithProps()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx1963 void SetOutlineLevel( sal_uInt16 nSet ) { aFormToken.nOutlineLevel = nSet;}//i53420 in SetOutlineLevel()
1964 sal_uInt16 GetOutlineLevel() const{ return aFormToken.nOutlineLevel;} in GetOutlineLevel()
2881 aEntryOutlineLevelNF.SetValue(pToken->nOutlineLevel); in IMPL_LINK()
2895 aEntryOutlineLevelNF.SetValue(pToken->nOutlineLevel); in IMPL_LINK()
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx1681 …ng( rBase, aToken.nChapterFormat == CF_NUMBER, static_cast<sal_uInt8>(aToken.nOutlineLevel - 1)) ); in GenerateText()
1826 aFld.SetLevel( static_cast<sal_uInt8>(aToken.nOutlineLevel - 1) ); in GenerateText()
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx2888 const sal_uInt8 nOutlineLevel = in Read_POutLvl() local
2890 NewAttr( SfxUInt16Item( RES_PARATR_OUTLINELEVEL, nOutlineLevel ) ); in Read_POutLvl()
H A Dww8par.cxx5306 const sal_uInt8 nOutlineLevel = in SetOutlineStyles() local
5308 pTxtFmtColl->SetFmtAttr( SfxUInt16Item( RES_PARATR_OUTLINELEVEL, nOutlineLevel ) ); in SetOutlineStyles()

Completed in 169 milliseconds

12