Home
last modified time | relevance | path

Searched refs:nPropIndex (Results 1 – 8 of 8) sorted by relevance

/trunk/main/xmloff/source/chart/
H A DPropertyMaps.cxx310 sal_uInt32 nPropIndex = rProperty.mnIndex; in handleElementItem() local
313 … getPropertySetMapper()->GetEntryNameSpace( nPropIndex ), in handleElementItem()
314 getPropertySetMapper()->GetEntryXMLName( nPropIndex ), in handleElementItem()
332 sal_uInt32 nPropIndex = rProperty.mnIndex; in handleElementItem() local
334 … getPropertySetMapper()->GetEntryNameSpace( nPropIndex ), in handleElementItem()
335 getPropertySetMapper()->GetEntryXMLName( nPropIndex ), in handleElementItem()
/trunk/main/xmloff/source/style/
H A DXMLFootnoteSeparatorImport.cxx74 nPropIndex(nIndex) in XMLFootnoteSeparatorImport()
184 DBG_ASSERT( rMapper->FindEntryIndex(CTF_PM_FTN_LINE_WEIGTH) == nPropIndex, in StartElement()
187 XMLPropertyState aLineWeight( nPropIndex, aAny ); in StartElement()
H A DPageMasterExportPropMapper.cxx291 sal_uInt32 nPropIndex = rProperty.mnIndex; in handleElementItem() local
293 getPropertySetMapper()->GetEntryNameSpace( nPropIndex ), in handleElementItem()
294 getPropertySetMapper()->GetEntryXMLName( nPropIndex ) ); in handleElementItem()
H A DXMLFootnoteSeparatorImport.hxx52 sal_Int32 nPropIndex; member in XMLFootnoteSeparatorImport
/trunk/main/unotools/source/config/
H A Dinetoptions.cxx275 star::uno::Any SvtInetOptions::Impl::getProperty(Index nPropIndex) in getProperty() argument
281 if (m_aEntries[nPropIndex].m_eState != Entry::UNKNOWN) in getProperty()
282 return m_aEntries[nPropIndex].m_aValue; in getProperty()
324 return m_aEntries[nPropIndex].m_aValue; in getProperty()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOpenOfficePostscriptCreator.java654 int nPropIndex = 0; in impl_printToFileWithOOo() local
655 while (!"IsBusy".equals(aPrinterProps[nPropIndex].Name)) in impl_printToFileWithOOo()
658 nPropIndex++; in impl_printToFileWithOOo()
660 isBusy = (aPrinterProps[nPropIndex].Value == Boolean.TRUE) ? true : false; in impl_printToFileWithOOo()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DOfficePrint.java684 int nPropIndex = 0; in impl_printToFileWithOOo() local
685 while (!"IsBusy".equals(aPrinterProps[nPropIndex].Name)) in impl_printToFileWithOOo()
688 nPropIndex++; in impl_printToFileWithOOo()
690 isBusy = (aPrinterProps[nPropIndex].Value == Boolean.TRUE) ? true : false; in impl_printToFileWithOOo()
/trunk/main/xmloff/source/text/
H A Dtxtexppr.cxx109 sal_uInt32 nPropIndex = rProperty.mnIndex; in handleElementItem() local
112 getPropertySetMapper()->GetEntryNameSpace( nPropIndex ), in handleElementItem()
113 getPropertySetMapper()->GetEntryXMLName( nPropIndex ) ); in handleElementItem()

Completed in 38 milliseconds