Searched refs:OUSTRING_CSTR (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/toolkit/source/layout/core/ |
H A D | proplist.cxx | 155 return uno::makeAny( loadGraphic( OUSTRING_CSTR( value ) ) ); in anyFromString() 198 DBG_ERROR1( "ERROR: unknown property type of value: `%s'\n", OUSTRING_CSTR( value ) ); in anyFromString() 248 DBG_ERROR2( "%s=%s\n", OUSTRING_CSTR( it->first ), OUSTRING_CSTR( it->second ) ); in setProperties() 264 OSL_TRACE( "setting %s=%s", OUSTRING_CSTR( attr ), OUSTRING_CSTR( value ) ); in setProperty() 275 DBG_ERROR1( "Warning: unknown attribute: `%s'\n", OUSTRING_CSTR( unoAttr ) ); in setProperty() 281 DBG_ERROR1( "Warning: missing prop: `%s'\n", OUSTRING_CSTR( unoAttr ) ); in setProperty() 293 …%s )\n", OUSTRING_CSTR( unoAttr ), OUSTRING_CSTR( value ), OUSTRING_CSTR( prop.Name ), OUSTRING_C… in setProperty() 304 …DBG_ERROR2( "Warning: cannot set attribute %s to %s \n", OUSTRING_CSTR( unoAttr ), OUSTRING_CSTR( … in setProperty()
|
H A D | import.cxx | 93 OSL_TRACE("Setting title: %s", OUSTRING_CSTR( aTitle ) ); in WidgetElement() 99 OSL_TRACE("Setting help-id: %s", OUSTRING_CSTR( aHelpId ) ); in WidgetElement() 148 …( "ERROR: cannot add %s to container %s, container full", OUSTRING_CSTR( name ), OUSTRING_CSTR( ge… in startChildElement()
|
H A D | proplist.hxx | 74 #define OUSTRING_CSTR( str ) \ macro 78 inline char const* OUSTRING_CSTR( rtl::OUString const& str ) in OUSTRING_CSTR() function
|
H A D | translate.cxx | 88 OSL_TRACE( "testing: %s", OUSTRING_CSTR( aFile ) ); in getFirstExisting() 122 OSL_TRACE( "FOUND:%s", OUSTRING_CSTR ( OUString (aXMLFile) ) ); in readRightTranslation()
|
H A D | helper.cxx | 181 OSL_TRACE("Asking toolkit: %s", OUSTRING_CSTR( desc.WindowServiceName ) ); in toolkitCreateWidget() 191 DBG_ERROR1( "Warning: %s is not a recognized type\n", OUSTRING_CSTR( name ) ); in toolkitCreateWidget() 416 OSL_TRACE("Asking sfx2: %s", OUSTRING_CSTR (name)); in sfx2CreateWindow()
|
H A D | dialogbuttonhbox.cxx | 88 DBG_ERROR1( "DialogButtonHBox: no such ordering: %s", OUSTRING_CSTR( ordering ) ); in setOrdering()
|
H A D | root.cxx | 99 OSL_TRACE( "%s\n", OUSTRING_CSTR( message ) ); in error()
|
/aoo41x/main/toolkit/workben/layout/ |
H A D | test.cxx | 169 if ( !stat ( OUSTRING_CSTR( brand_dir ), &stat_info ) ) in support_upstream_brand_prefix() 172 setenv( "OOO_INSTALL_PREFIX", OUSTRING_CSTR( brand_dir ), 1 ); in support_upstream_brand_prefix() 180 setenv( "OOO_INSTALL_PREFIX", OUSTRING_CSTR( mInstallDir ), 0 ); in Init() 203 setenv( "OOO_INSTALL_PREFIX", OUSTRING_CSTR( mInstallDir ), 1 ); in ParseCommandLine()
|
H A D | editor.cxx | 224 … fprintf(stderr, "original property: %s = %s\n", OUSTRING_CSTR(name), OUSTRING_CSTR(value)); in Widget() 459 fprintf(stderr, "Serious error: property '%s' not found\n", OUSTRING_CSTR(propName)); in findProperty() 508 …%s' touched? %s (%s vs %s)\n", OUSTRING_CSTR(propName), isTouched ? "yes" : "no", OUSTRING_CSTR(o… in isPropertyTouched() 1597 printf("<%s ", OUSTRING_CSTR( i->getUnoName() ) ); in print() 1622 OUSTRING_CSTR( toXMLNaming( prop.Name ) ), OUSTRING_CSTR( value ) in print()
|
/aoo41x/main/l10ntools/layout/ |
H A D | tralay.cxx | 35 #define OUSTRING_CSTR( str ) \ macro 110 …return ByteString( OUSTRING_CSTR( Application::GetCommandLineParam( sal::static_int_cast< sal_uInt… in GetCommandLineParam()
|
/aoo41x/main/toolkit/doc/layout/ |
H A D | ChangeLog | 559 OUSTRING_CSTR define and debugging compile fix & feature.
|
Completed in 64 milliseconds