/trunk/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 | txtparai.cxx | 1906 nOutlineLevel( IsXMLToken( rLName, XML_H ) ? 1 : -1 ), in XMLParaContext() 1972 nOutlineLevel = (sal_Int8)nTmp; in XMLParaContext() 2092 xTxtImport->FindOutlineStyleName( sStyleName, nOutlineLevel ); in ~XMLParaContext() 2100 bHeading ? nOutlineLevel : -1 ); in ~XMLParaContext()
|
H A D | txtparae.cxx | 1944 sal_Int16 nOutlineLevel = -1; in exportParagraph() local 2039 xMultiPropSet ) >>= nOutlineLevel; in exportParagraph() 2043 xPropSet ) >>= nOutlineLevel; in exportParagraph() 2046 if( 0 < nOutlineLevel ) //<-end,zhaojianwei in exportParagraph() 2050 sTmp.append( sal_Int32( nOutlineLevel) ); //<-end,zhaojianwei in exportParagraph() 2207 0 < nOutlineLevel ? XML_H : XML_P; //<-end,zhaojianwei in exportParagraph()
|
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
|
/trunk/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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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 | 219 nOutlineLevel(nLevel), in SwContentType() 245 if(nOutlineLevel < MAXLEVEL) in Init() 538 if(nLevel >= nOutlineLevel ) in FillMemberList() 881 nOutlineLevel(MAXLEVEL), in SwContentTree() 1179 pSubPop1->CheckItem(100 + nOutlineLevel); in CreateContextMenu() 2262 sal_Int8 nActOutlineLevel = nOutlineLevel; in ExecCommand() 2517 if( MAXLEVEL > nOutlineLevel && // werden nicht alle Ebenen angezeigt in NotifyMoving() 2949 if(nOutlineLevel != nSelectedPopupEntry ) in ExcecuteContextMenuAction() 3029 nOutlineLevel = nSet; in SetOutlineLevel() 3030 pConfig->SetOutlineLevel( nOutlineLevel ); in SetOutlineLevel() [all …]
|
/trunk/main/sw/source/core/tox/ |
H A D | tox.cxx | 712 sRet += String::CreateFromInt32( nOutlineLevel ); in GetString() 733 sRet += String::CreateFromInt32( nOutlineLevel ); in GetString() 792 …eRet.nOutlineLevel = static_cast<sal_uInt16>(sTmp.ToInt32()); //the maximum outline level to exami… in BuildToken() 830 …eRet.nOutlineLevel = static_cast<sal_uInt16>(sTmp.ToInt32()); //the maximum outline level to exami… in BuildToken()
|
/trunk/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
|
/trunk/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()
|
/trunk/main/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 3910 sal_uInt8 nOutlineLevel, bool& rbCollExist) in MakeColl() argument 3912 if( sal_uInt8(-1) == nOutlineLevel ) in MakeColl() 3914 nOutlineLevel = MAXLEVEL;//#outline level,zhaojianwei in MakeColl() 3925 if ( nOutlineLevel < MAXLEVEL ) in MakeColl() 3926 pColl->AssignToListLevelOfOutlineStyle( nOutlineLevel ); in MakeColl() 3953 if(nOutlineLevel < MAXLEVEL) //->add by zhaojianwei in MakeColl() 3954 pColl->AssignToListLevelOfOutlineStyle( nOutlineLevel ); in MakeColl()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoidx.cxx | 3106 aToken.nOutlineLevel = nLevel; in replaceByIndex() 3232 if( aToken.nOutlineLevel != MAXLEVEL ) in getByIndex() 3268 if (aToken.nOutlineLevel != MAXLEVEL) in getByIndex() 3271 pArr[nCurrentElement].Value <<= aToken.nOutlineLevel; in getByIndex() 3382 pArr[3].Value <<= aToken.nOutlineLevel; in getByIndex()
|