Lines Matching refs:C2U
87 #define C2U(cChar) OUString::createFromAscii(cChar) macro
126 return C2U("com.sun.star.extensions.Bibliography"); in getImplementationName_Static()
209 aSNS.getArray()[0] = C2U("com.sun.star.frame.FrameLoader"); in getSupportedServiceNames_Static()
211 aSNS.getArray()[1] = C2U("com.sun.star.frame.Bibliography"); in getSupportedServiceNames_Static()
269 xPrSet->setPropertyValue(C2U("Title"), aTitle); in load()
405 Reference< XRowSet > xRowSet(xMgr->createInstance(C2U("com.sun.star.sdb.RowSet")), UNO_QUERY); in GetDataColumns()
412 xResultSetProps->setPropertyValue(C2U("DataSourceName"), aBibUrlAny); in GetDataColumns()
414 xResultSetProps->setPropertyValue(C2U("CommandType"), aCommandType); in GetDataColumns()
416 xResultSetProps->setPropertyValue(C2U("Command"), aTableName); in GetDataColumns()
418 xResultSetProps->setPropertyValue(C2U("ResultSetType"), aResultSetType); in GetDataColumns()
420 xResultSetProps->setPropertyValue(C2U("ResultSetConcurrency"), aResultSetCurrency); in GetDataColumns()
719 if(C2U("BibliographyDataFieldNames") == rPropertyName) in getPropertyValue()