/aoo4110/main/xmloff/source/text/ |
H A D | txtstyli.cxx | 120 nOutlineLevel = static_cast< sal_Int8 >( nTmp ); in SetAttribute() 148 , nOutlineLevel( -1 ) //<-end, add by zhaojianwei in XMLTextStyleContext() 253 if ( nOutlineLevel > 0 ) in CreateAndInsert() 255 GetImport().GetTextImport()->AddOutlineStyleCandidate( nOutlineLevel, in CreateAndInsert() 288 nOutlineLevel >= 0 || //#outline level,add by zhaojianwei in Finish() 304 if( nOutlineLevel >= 0 ) in Finish() 306 aAny <<= nOutlineLevel; in Finish() 325 if ( nOutlineLevel > 0 ) in Finish()
|
H A D | txtimp.cxx | 1486 sal_Int8 nOutlineLevel, in SetStyleAndAttrs() argument 1867 if ( nOutlineLevel > 0 ) //add by zhaojianwei in SetStyleAndAttrs() 1887 nNumLevel != (nOutlineLevel - 1) ) in SetStyleAndAttrs() 1948 AddOutlineStyleCandidate( nOutlineLevel, sStyleName ); in SetStyleAndAttrs() 1991 sal_Int8 nOutlineLevel ) in FindOutlineStyleName() argument 2001 ( nOutlineLevel > 0 ) && in FindOutlineStyleName() 2002 (nOutlineLevel <= m_pImpl->m_xChapterNumbering->getCount())) in FindOutlineStyleName() 2016 m_pImpl->m_xChapterNumbering->getByIndex( nOutlineLevel ) in FindOutlineStyleName() 2048 && (nOutlineLevel > 0) in AddOutlineStyleCandidate() 2049 && (nOutlineLevel <= m_pImpl->m_xChapterNumbering->getCount())) in AddOutlineStyleCandidate() [all …]
|
H A D | XMLIndexTemplateContext.cxx | 91 , nOutlineLevel(1) // all indices have level 1 (0 is for header) in XMLIndexTemplateContext() 128 nOutlineLevel = 1; in XMLIndexTemplateContext() 175 nOutlineLevel = nTmp; in StartElement() 206 xIndexReplace->replaceByIndex(nOutlineLevel, aAny); in EndElement() 211 pOutlineLevelStylePropMap[nOutlineLevel]; in EndElement()
|
H A D | XMLIndexTOCStylesContext.cxx | 95 nOutlineLevel = nTmp-1; in StartElement() 104 if (nOutlineLevel >= 0) in EndElement() 123 xIndexReplace->replaceByIndex(nOutlineLevel, aAny); in EndElement()
|
H A D | XMLIndexTOCSourceContext.cxx | 74 , nOutlineLevel(rImport.GetTextImport()->GetChapterNumbering()->getCount()) in XMLIndexTOCSourceContext() 107 nOutlineLevel = nTmp; in ProcessAttribute() 163 aAny <<= (sal_Int16)nOutlineLevel; in EndElement()
|
H A D | XMLIndexChapterInfoEntryContext.cxx | 68 nOutlineLevel( 0 ), in XMLIndexChapterInfoEntryContext() 126 nOutlineLevel = static_cast<sal_uInt16>(nTmp); in StartElement() 198 aAny <<= nOutlineLevel; in FillPropertyValues()
|
H A D | XMLSectionExport.cxx | 1052 sal_Int32 nOutlineLevel, in ExportIndexTemplate() argument 1058 OSL_ENSURE(nOutlineLevel >= 0, "illegal outline level"); in ExportIndexTemplate() 1062 (nOutlineLevel >= 0) ) in ExportIndexTemplate() 1068 aTypeLevelNameMap[eType-TEXT_SECTION_TYPE_TOC][nOutlineLevel]); in ExportIndexTemplate() 1092 aTypeLevelStylePropNameMap[eType-TEXT_SECTION_TYPE_TOC][nOutlineLevel]); in ExportIndexTemplate()
|
H A D | XMLIndexChapterInfoEntryContext.hxx | 48 sal_Int16 nOutlineLevel; member in XMLIndexChapterInfoEntryContext
|
H A D | XMLIndexTOCSourceContext.hxx | 49 sal_Int32 nOutlineLevel; member in XMLIndexTOCSourceContext
|
H A D | XMLIndexTOCStylesContext.hxx | 63 sal_Int32 nOutlineLevel; member in XMLIndexTOCStylesContext
|
H A D | txtparai.cxx | 1905 nOutlineLevel( IsXMLToken( rLName, XML_H ) ? 1 : -1 ), in XMLParaContext() 1971 nOutlineLevel = (sal_Int8)nTmp; in XMLParaContext() 2091 xTxtImport->FindOutlineStyleName( sStyleName, nOutlineLevel ); in ~XMLParaContext() 2099 bHeading ? nOutlineLevel : -1 ); in ~XMLParaContext()
|
H A D | txtparae.cxx | 1942 sal_Int16 nOutlineLevel = -1; in exportParagraph() local 2037 xMultiPropSet ) >>= nOutlineLevel; in exportParagraph() 2041 xPropSet ) >>= nOutlineLevel; in exportParagraph() 2044 if( 0 < nOutlineLevel ) //<-end,zhaojianwei in exportParagraph() 2048 sTmp.append( sal_Int32( nOutlineLevel) ); //<-end,zhaojianwei in exportParagraph() 2205 0 < nOutlineLevel ? XML_H : XML_P; //<-end,zhaojianwei in exportParagraph()
|
H A D | txtparai.hxx | 51 sal_Int8 nOutlineLevel; member in XMLParaContext
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | content.hxx | 63 sal_uInt8 nOutlineLevel; member in SwOutlineContent 73 nOutlinePos(nArrPos), nOutlineLevel(nLevel), bIsMoveable(bMove) {} in SwOutlineContent() 76 sal_uInt8 GetOutlineLevel(){return nOutlineLevel;} in GetOutlineLevel() 186 sal_uInt8 nOutlineLevel; member in SwContentType 210 nOutlineLevel = nNew; in SetOutlineLevel()
|
H A D | navicfg.hxx | 34 sal_Int32 nOutlineLevel; //OutlineLevel member in SwNavigationConfig 68 sal_Int32 GetOutlineLevel()const {return nOutlineLevel;} in GetOutlineLevel() 70 if(nOutlineLevel != nSet) in SetOutlineLevel() 73 nOutlineLevel = nSet; in SetOutlineLevel()
|
H A D | conttree.hxx | 79 sal_uInt8 nOutlineLevel; member in SwContentTree 176 sal_uInt8 GetOutlineLevel()const {return nOutlineLevel;} in GetOutlineLevel()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docglbl.cxx | 73 sal_Bool SwDoc::GenerateGlobalDoc( const String& rPath, int nOutlineLevel ) in GenerateGlobalDoc() argument 75 return SplitDoc( SPLITDOC_TO_GLOBALDOC, rPath, nOutlineLevel ); in GenerateGlobalDoc() 77 sal_Bool SwDoc::GenerateHTMLDoc( const String& rPath, int nOutlineLevel ) in GenerateHTMLDoc() argument 79 return SplitDoc( SPLITDOC_TO_HTML, rPath, nOutlineLevel ); in GenerateHTMLDoc() 510 sal_Bool SwDoc::SplitDoc( sal_uInt16 eDocType, const String& rPath, int nOutlineLevel ) in SplitDoc() argument 573 … if( ( pNd = pOutlNds->GetObject( nOutl ))->GetTxtNode()->GetAttrOutlineLevel() == nOutlineLevel && in SplitDoc() 589 if( ( 0 < nLevel && nLevel <= nOutlineLevel ) && in SplitDoc()
|
/aoo4110/main/xmloff/source/style/ |
H A D | styleexp.cxx | 182 sal_Int32 nOutlineLevel = 0; in exportStyle() local 189 aAny >>= nOutlineLevel; in exportStyle() 190 if( nOutlineLevel > 0 ) in exportStyle() 193 sTmp.append( static_cast<sal_Int32>(nOutlineLevel)); in exportStyle() 280 else if( nOutlineLevel > 0 ) in exportStyle()
|
/aoo4110/main/sw/source/ui/utlui/ |
H A D | navicfg.cxx | 73 nOutlineLevel(MAXLEVEL), in SwNavigationConfig() 94 case 2: pValues[nProp] >>= nOutlineLevel; break; in SwNavigationConfig() 125 case 2: pValues[nProp] <<= nOutlineLevel; break; in Commit()
|
H A D | content.cxx | 225 nOutlineLevel(nLevel), in SwContentType() 251 if(nOutlineLevel < MAXLEVEL) in Init() 544 if(nLevel >= nOutlineLevel ) in FillMemberList() 887 nOutlineLevel(MAXLEVEL), in SwContentTree() 1185 pSubPop1->CheckItem(100 + nOutlineLevel); in CreateContextMenu() 2261 sal_Int8 nActOutlineLevel = nOutlineLevel; in ExecCommand() 2516 if( MAXLEVEL > nOutlineLevel && // werden nicht alle Ebenen angezeigt in NotifyMoving() 2948 if(nOutlineLevel != nSelectedPopupEntry ) in ExcecuteContextMenuAction() 3028 nOutlineLevel = nSet; in SetOutlineLevel() 3029 pConfig->SetOutlineLevel( nOutlineLevel ); in SetOutlineLevel() [all …]
|
/aoo4110/main/sw/source/core/tox/ |
H A D | tox.cxx | 736 sRet += String::CreateFromInt32( nOutlineLevel ); in GetString() 757 sRet += String::CreateFromInt32( nOutlineLevel ); in GetString() 816 …eRet.nOutlineLevel = static_cast<sal_uInt16>(sTmp.ToInt32()); //the maximum outline level to exami… in BuildToken() 854 …eRet.nOutlineLevel = static_cast<sal_uInt16>(sTmp.ToInt32()); //the maximum outline level to exami… in BuildToken()
|
/aoo4110/main/xmloff/inc/xmloff/ |
H A D | txtimp.hxx | 492 sal_Int8 nOutlineLevel = -1, 502 sal_Int8 nOutlineLevel ); 507 void AddOutlineStyleCandidate( const sal_Int8 nOutlineLevel,
|
H A D | txtstyli.hxx | 50 sal_Int8 nOutlineLevel; member in XMLTextStyleContext
|
/aoo4110/main/sw/inc/ |
H A D | tox.hxx | 229 sal_uInt16 nOutlineLevel;//the maximum permitted outline level in numbering member 242 nOutlineLevel(MAXLEVEL), //default to maximum outline level in SwFormToken()
|
/aoo4110/main/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 3919 sal_uInt8 nOutlineLevel, bool& rbCollExist) in MakeColl() argument 3921 if( sal_uInt8(-1) == nOutlineLevel ) in MakeColl() 3923 nOutlineLevel = MAXLEVEL;//#outline level,zhaojianwei in MakeColl() 3934 if ( nOutlineLevel < MAXLEVEL ) in MakeColl() 3935 pColl->AssignToListLevelOfOutlineStyle( nOutlineLevel ); in MakeColl() 3962 if(nOutlineLevel < MAXLEVEL) //->add by zhaojianwei in MakeColl() 3963 pColl->AssignToListLevelOfOutlineStyle( nOutlineLevel ); in MakeColl()
|