Searched refs:i_rEntry (Results 1 – 5 of 5) sorted by relevance
122 void InsertRDFaEntry(struct RDFaEntry const & i_rEntry);347 struct RDFaEntry const & i_rEntry) in InsertRDFaEntry() argument349 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 …]
811 void AquaSalMenu::releaseButtonEntry( MenuBarButtonEntry& i_rEntry ) in releaseButtonEntry() argument813 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()
128 double OFormatSampleControl::getPreviewValue( const SvNumberformat& i_rEntry ) in getPreviewValue() argument131 switch ( i_rEntry.GetType() & ~NUMBERFORMAT_DEFINED ) in getPreviewValue()
88 static double getPreviewValue( const SvNumberformat& i_rEntry );
57 void releaseButtonEntry( MenuBarButtonEntry& i_rEntry );
Completed in 34 milliseconds