Home
last modified time | relevance | path

Searched refs:nUPD (Results 1 – 11 of 11) sorted by relevance

/aoo4110/main/xmloff/source/draw/
H A DXMLGraphicsDefaultStyle.cxx105 sal_Int32 nUPD( 0 ); in SetDefaults() local
107 const bool bBuildIdFound = GetImport().getBuildIds( nUPD, nBuild ); in SetDefaults()
109 ((nUPD >= 600) && (nUPD < 700)) in SetDefaults()
111 ((nUPD == 300) && (nBuild <= 9535)) in SetDefaults()
113 ((nUPD > 300) && (nUPD <= 330)) in SetDefaults()
H A Dpropimp0.cxx135 sal_Int32 nUPD, nBuild; in importXML() local
136 if( mpImport->getBuildIds( nUPD, nBuild ) ) in importXML()
139 if( (nUPD == 680) && (nBuild < 8951) ) in importXML()
H A Dximpshap.cxx2095 sal_Int32 nUPD( 0 ); in StartElement() local
2097 const bool bBuildIdFound = GetImport().getBuildIds( nUPD, nBuild ); in StartElement()
2100 ( ( nUPD == 641 ) || ( nUPD == 645 ) || // prior OOo 2.0 in StartElement()
2101 ( nUPD == 680 ) || // OOo 2.x in StartElement()
2102 ( nUPD == 300 ) || // OOo 3.0 - OOo 3.0.1 in StartElement()
2103 ( nUPD == 310 ) || // OOo 3.1 - OOo 3.1.1 in StartElement()
2502 sal_Int32 nUPD, nBuildId; in StartElement() local
2503 if( GetImport().getBuildIds( nUPD, nBuildId ) && (nUPD == 645) ) try in StartElement()
3908 sal_Int32 nUPD( 0 ); in EndElement() local
3910 GetImport().getBuildIds( nUPD, nBuild ); in EndElement()
[all …]
/aoo4110/main/xmloff/source/style/
H A DWordWrapPropertyHdl.cxx70 sal_Int32 nUPD, nBuildId; in importXML() local
71 if( mpImport->getBuildIds( nUPD, nBuildId ) ) in importXML()
73 if( nUPD == 300 ) in importXML()
78 else if( ( nUPD == 680 ) || ( nUPD >= 640 && nUPD <= 645 ) ) in importXML()
H A Dxmlnumi.cxx503 sal_Int32 nUPD; in GetProperties() local
505 if (GetImport().getBuildIds(nUPD, nBuildId) in GetProperties()
508 || (310 == nUPD) || (320 == nUPD) || (330 == nUPD) in GetProperties()
509 || ((300 == nUPD) && (nBuildId <= 9573)))) in GetProperties()
/aoo4110/main/xmloff/source/text/
H A DXMLIndexChapterInfoEntryContext.cxx148 sal_Int32 nUPD( 0 ); in StartElement() local
150 const bool bBuildIdFound = GetImport().getBuildIds( nUPD, nBuild ); in StartElement()
153 ( nUPD== 680 || nUPD == 645 || nUPD == 641 ) ) ) in StartElement()
H A Dtxtimp.cxx1400 sal_Int32 nUPD( 0 ); in lcl_HasListStyle() local
1404 const bool bBuildIdFound = rImport.getBuildIds( nUPD, nBuild ); in lcl_HasListStyle()
1458 ( ( nUPD == 641 ) || ( nUPD == 645 ) || // prior OOo 2.0 in lcl_HasListStyle()
1716 sal_Int32 nUPD( 0 ); in SetStyleAndAttrs() local
1719 DBG_ASSERT( ( bBuildIdFound && nUPD == 680 ) || in SetStyleAndAttrs()
1724 if ( ( bBuildIdFound && nUPD == 680 ) || in SetStyleAndAttrs()
1906 sal_Int32 nUPD( 0 ); in SetStyleAndAttrs() local
1914 ( nUPD == 645 || nUPD == 641 ) ) ) in SetStyleAndAttrs()
2076 sal_Int32 nUPD( 0 ); in SetOutlineStyles() local
2078 if ( GetXMLImport().getBuildIds( nUPD, nBuild ) ) in SetOutlineStyles()
[all …]
H A Dtxtstyli.cxx334 sal_Int32 nUPD( 0 ); in Finish() local
338 if ( GetImport().getBuildIds( nUPD, nBuild ) && in Finish()
339 ( ( nUPD == 641 ) || ( nUPD == 645 ) || // prior OOo 2.0 in Finish()
340 ( nUPD == 680 && nBuild <= 9073 ) ) ) // OOo 2.0 - OOo 2.0.4 in Finish()
H A DXMLTextListBlockContext.cxx195 sal_Int32 nUPD( 0 ); in XMLTextListBlockContext() local
197 const bool bBuildIdFound = GetImport().getBuildIds( nUPD, nBuild ); in XMLTextListBlockContext()
199 ( bBuildIdFound && nUPD == 680 ) ) in XMLTextListBlockContext()
/aoo4110/main/xmloff/source/core/
H A Dxmlimp.cxx177 sal_Int32 nUPD, nBuild; in DocumentInfo() local
178 if ( rImport.getBuildIds( nUPD, nBuild ) ) in DocumentInfo()
180 if ( nUPD >= 640 && nUPD <= 645 ) in DocumentInfo()
184 else if ( nUPD == 680 ) in DocumentInfo()
188 else if ( nUPD == 300 && nBuild <= 9379 ) in DocumentInfo()
192 else if ( nUPD == 310 ) in DocumentInfo()
196 else if ( nUPD == 320 ) in DocumentInfo()
200 else if ( nUPD == 330 ) in DocumentInfo()
204 else if ( nUPD == 340 ) in DocumentInfo()
/aoo4110/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx801 sal_Int32 nUPD = sBuildId.copy( 0, nIndex ).toInt32(); in Import() local
803 if( nUPD == 300 ) in Import()
809 else if( (nUPD == 680) || ( nUPD >= 640 && nUPD <= 645 ) ) in Import()

Completed in 108 milliseconds