Home
last modified time | relevance | path

Searched refs:i_rEntry (Results 1 – 5 of 5) sorted by relevance

/trunk/main/xmloff/source/core/
H A DRDFaImportHelper.cxx122 void InsertRDFaEntry(struct RDFaEntry const & i_rEntry);
347 struct RDFaEntry const & i_rEntry) in InsertRDFaEntry() argument
349 OSL_ENSURE(i_rEntry.m_xObject.is(), in InsertRDFaEntry()
351 if (!i_rEntry.m_xObject.is()) return; in InsertRDFaEntry()
354 MakeResource( i_rEntry.m_pRDFaAttributes->m_About ) ); in InsertRDFaEntry()
366 i_rEntry.m_pRDFaAttributes->m_Properties.begin(), in InsertRDFaEntry()
370 i_rEntry.m_pRDFaAttributes->m_Properties.end(), in InsertRDFaEntry()
387 if (i_rEntry.m_pRDFaAttributes->m_Datatype.getLength()) in InsertRDFaEntry()
389 xDatatype = MakeURI( i_rEntry.m_pRDFaAttributes->m_Datatype ); in InsertRDFaEntry()
398 i_rEntry.m_xObject, in InsertRDFaEntry()
[all …]
/trunk/main/vcl/aqua/source/window/
H A Dsalmenu.cxx811 void AquaSalMenu::releaseButtonEntry( MenuBarButtonEntry& i_rEntry ) in releaseButtonEntry() argument
813 if( i_rEntry.mpNSImage ) in releaseButtonEntry()
815 [i_rEntry.mpNSImage release]; in releaseButtonEntry()
816 i_rEntry.mpNSImage = nil; in releaseButtonEntry()
818 if( i_rEntry.mpToolTipString ) in releaseButtonEntry()
820 [i_rEntry.mpToolTipString release]; in releaseButtonEntry()
821 i_rEntry.mpToolTipString = nil; in releaseButtonEntry()
/trunk/main/extensions/source/propctrlr/
H A Dusercontrol.cxx128 double OFormatSampleControl::getPreviewValue( const SvNumberformat& i_rEntry ) in getPreviewValue() argument
131 switch ( i_rEntry.GetType() & ~NUMBERFORMAT_DEFINED ) in getPreviewValue()
H A Dusercontrol.hxx88 static double getPreviewValue( const SvNumberformat& i_rEntry );
/trunk/main/vcl/inc/aqua/
H A Dsalmenu.h57 void releaseButtonEntry( MenuBarButtonEntry& i_rEntry );

Completed in 34 milliseconds