Searched refs:nSection (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/tools/source/inet/ |
H A D | inetmime.cxx | 259 sal_uInt32 nSection, bool & rPresent) in find() argument 269 if (nSection > (*p)->m_nSection) in find() 271 else if (nSection == (*p)->m_nSection) in find() 1132 sal_uInt32 nSection = 0; in scanParameters() local 1137 && !scanUnsigned(p, pEnd, false, nSection)) in scanParameters() 1165 if (nSection == 0) in scanParameters() 1302 nSection, bExtended); in scanParameters() 1340 sal_uInt32 nSection = 0; in scanParameters() local 1345 && !scanUnsigned(p, pEnd, false, nSection)) in scanParameters() 1373 if (nSection == 0) in scanParameters() [all …]
|
/aoo4110/main/sw/inc/ |
H A D | docstyle.hxx | 171 sal_uInt16 nSection,
|
/aoo4110/main/sw/source/ui/dbui/ |
H A D | dbmgr.cxx | 846 for( sal_uInt16 nSection = 0; nSection < nSections; ++nSection ) in lcl_RemoveSectionLinks() local 848 SwSectionData aSectionData( *rWorkShell.GetSectionFmt( nSection ).GetSection() ); in lcl_RemoveSectionLinks() 853 rWorkShell.UpdateSection( nSection, aSectionData ); in lcl_RemoveSectionLinks()
|
/aoo4110/main/sw/source/ui/app/ |
H A D | docstyle.cxx | 2848 sal_uInt16 nSection, char cType ) in AppendStyleList() argument 2856 … sal_uInt16 nId = SwStyleNameMapper::GetPoolIdFromUIName(*rList[i], (SwGetPoolIdFromName)nSection); in AppendStyleList() 2857 switch ( nSection ) in AppendStyleList()
|
Completed in 50 milliseconds