Home
last modified time | relevance | path

Searched refs:appendAscii (Results 176 – 200 of 412) sorted by relevance

12345678910>>...17

/aoo41x/main/sdext/source/minimizer/
H A Dfileopendialog.cxx210 aUIName.appendAscii( RTL_CONSTASCII_STRINGPARAM( " (." )); in FileOpenDialog()
214 aFilter.appendAscii( RTL_CONSTASCII_STRINGPARAM( filter ) ); in FileOpenDialog()
/aoo41x/main/dbaccess/source/core/api/
H A Dviewcontainer.cxx163 aSQL.appendAscii( "CREATE VIEW " ); in appendObject()
165 aSQL.appendAscii( " AS " ); in appendObject()
/aoo41x/main/sfx2/source/dialog/
H A Dtaskpane.cxx114 aPathComposer.appendAscii( "org.openoffice.Office.UI." ); in lcl_getModuleUIElementStatesConfig()
116 aPathComposer.appendAscii( "/UIElements/States" ); in lcl_getModuleUIElementStatesConfig()
119 aPathComposer.appendAscii( "/" ); in lcl_getModuleUIElementStatesConfig()
180 aCommandName.appendAscii( ".uno:" ); in lcl_getPanelImage()
/aoo41x/main/sfx2/source/appl/
H A Dappserv.cxx347 …aBuff.appendAscii( RTL_CONSTASCII_STRINGPARAM( "vnd.sun.star.help://shared/text/shared/05/00000001… in MiscExec_Impl()
349 aBuff.appendAscii( RTL_CONSTASCII_STRINGPARAM( "&UseDB=no" ) ); in MiscExec_Impl()
869 aURLBuf.appendAscii( "?" ); in OfaExec_Impl()
870 aURLBuf.appendAscii( "lang=" ); in OfaExec_Impl()
H A Dshutdownicon.cxx848 aStrBuff.appendAscii( RTL_CONSTASCII_STRINGPARAM( "/" ) ); in getShortcutName()
852 aStrBuff.appendAscii( RTL_CONSTASCII_STRINGPARAM( "qstart" ) ); in getShortcutName()
853 aStrBuff.appendAscii( RTL_CONSTASCII_STRINGPARAM( ".desktop" ) ); in getShortcutName()
/aoo41x/main/extensions/source/oooimprovement/
H A Dconfig.cxx187 if(value.getLength()) result.appendAscii(" ").append(value); in getCompleteProductname()
194 if(value.getLength()) result.appendAscii(" ").append(value); in getCompleteProductname()
/aoo41x/main/comphelper/source/property/
H A Dpropertystatecontainer.cxx47 sMessage.appendAscii( "The property \"" ); in lcl_getUnknownPropertyErrorMessage()
49 sMessage.appendAscii( "\" is unknown." ); in lcl_getUnknownPropertyErrorMessage()
/aoo41x/main/connectivity/source/drivers/macab/
H A DMacabDriver.cxx335 aPath.appendAscii( "/org.openoffice.Office.DataAccess/DriverSettings/" ); in impl_getConfigurationSettingsPath()
336 aPath.appendAscii( "com.sun.star.comp.sdbc.macab.Driver" ); in impl_getConfigurationSettingsPath()
/aoo41x/main/connectivity/source/drivers/mysql/
H A DYTables.cxx235 _rOut.appendAscii(" COMMENT '"); in addComment()
237 _rOut.appendAscii("'"); in addComment()
/aoo41x/main/sfx2/source/doc/
H A Dobjuno.cxx667 sMsg.appendAscii("The property \"" ); in addProperty()
669 sMsg.appendAscii("\" " ); in addProperty()
671 …sMsg.appendAscii(" already exists as a fix property. Please have a look into the IDL documentation… in addProperty()
693 sMsg.appendAscii("The property \"" ); in removeProperty()
695 sMsg.appendAscii("\" cant be removed. Its a fix property of the DocumentInfo service."); in removeProperty()
H A Ddocfac.cxx430 aURLComposer.appendAscii( "private:factory/" ); in GetFactoryURL()
431 aURLComposer.appendAscii( GetShortName() ); in GetFactoryURL()
/aoo41x/main/scripting/source/provider/
H A DMasterScriptProvider.cxx180 buf.appendAscii( "MasterScriptProvider::initialize: caught " ); in initialize()
182 buf.appendAscii( ":" ); in initialize()
353 buf.appendAscii( "com.sun.star.script.provider.ScriptProviderFor"); in getScript()
/aoo41x/main/padmin/source/
H A Dhelper.cxx139 aSubDir.appendAscii( "/", 1 ); in FindFiles()
146 aSubFile.appendAscii( "/", 1 ); in FindFiles()
/aoo41x/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx614 aBuf.appendAscii( RTL_CONSTASCII_STRINGPARAM( "Index " )); in ImplGetAccessibleChildById()
616 aBuf.appendAscii( RTL_CONSTASCII_STRINGPARAM( " is invalid for range [ 0, " )); in ImplGetAccessibleChildById()
618 aBuf.appendAscii( RTL_CONSTASCII_STRINGPARAM( " ]" ) ); in ImplGetAccessibleChildById()
/aoo41x/main/comphelper/source/container/
H A Denumerablemap.cxx507 aMessage.appendAscii( "Incompatible value type. Found '" ); in impl_checkValue_throw()
509 aMessage.appendAscii( "', where '" ); in impl_checkValue_throw()
511 aMessage.appendAscii( "' (or compatible type) is expected." ); in impl_checkValue_throw()
/aoo41x/main/mysqlc/source/
H A Dmysqlc_resultsetmetadata.cxx442 buf.appendAscii( "Column index out of range (expected 1 to " ); in checkColumnIndex()
444 buf.appendAscii( ", got " ); in checkColumnIndex()
/aoo41x/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_cmdenv.cxx367 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("WARNING: ") ); in update_()
371 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(", Cause: ") ); in update_()
/aoo41x/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx1228 … aErrorMessage.appendAscii( "Unable to convert the given value for the property " ); in convertFastPropertyValue()
1230 aErrorMessage.appendAscii( ".\n" ); in convertFastPropertyValue()
1231 aErrorMessage.appendAscii( "Expected type: " ); in convertFastPropertyValue()
1233 aErrorMessage.appendAscii( "\n" ); in convertFastPropertyValue()
1234 aErrorMessage.appendAscii( "Found type: " ); in convertFastPropertyValue()
/aoo41x/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx253 aSQL.appendAscii( "SELECT " ); in getSelectStatement()
267 aSQL.appendAscii( " " ); in getSelectStatement()
269 aSQL.appendAscii( ", " ); in getSelectStatement()
272 aSQL.appendAscii( "FROM " ); in getSelectStatement()
429 aSQL.appendAscii( "SELECT * FROM " ); in getSelectStatement()
/aoo41x/main/chart2/source/tools/
H A DStatisticsHelper.cxx102 aRole = aRole.appendAscii( "positive" ); in lcl_getErrorBarLabeledSequence()
104 aRole = aRole.appendAscii( "negative" ); in lcl_getErrorBarLabeledSequence()
/aoo41x/main/xmloff/source/style/
H A Dxmlnumfe.cxx742 aCondStr.appendAscii( "value()" ); //! define constant in WriteMapElement_Impl()
746 case NUMBERFORMAT_OP_NE: aCondStr.appendAscii( "<>" ); break; in WriteMapElement_Impl()
748 case NUMBERFORMAT_OP_LE: aCondStr.appendAscii( "<=" ); break; in WriteMapElement_Impl()
750 case NUMBERFORMAT_OP_GE: aCondStr.appendAscii( ">=" ); break; in WriteMapElement_Impl()
/aoo41x/main/dbaccess/source/core/dataaccess/
H A Ddatabaseregistrations.cxx203 aNewNodeName.appendAscii( "org.openoffice." ); in impl_getNodeForName_throw()
213 aNewNodeName.appendAscii( " " ); in impl_getNodeForName_throw()
/aoo41x/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1253 sBuffer.appendAscii( "ppt_" ); in fillNode()
1256 case EffectPresetClass::ENTRANCE: sBuffer.appendAscii( "entrance_" ); break; in fillNode()
1257 case EffectPresetClass::EXIT: sBuffer.appendAscii( "exit_" ); break; in fillNode()
1258 case EffectPresetClass::EMPHASIS: sBuffer.appendAscii( "emphasis_" ); break; in fillNode()
1259 case EffectPresetClass::MOTIONPATH: sBuffer.appendAscii( "motionpath_" ); break; in fillNode()
1260 case EffectPresetClass::OLEACTION: sBuffer.appendAscii( "oleaction_" ); break; in fillNode()
1261 case EffectPresetClass::MEDIACALL: sBuffer.appendAscii( "mediacall_" ); break; in fillNode()
/aoo41x/main/framework/source/jobs/
H A Dhelponstartup.cxx411 sHelpURL.appendAscii("?Language="); in ist_createHelpURL()
413 sHelpURL.appendAscii("&System=" ); in ist_createHelpURL()
/aoo41x/main/oox/source/xls/
H A Dquerytablebuffer.cxx103 rTables.appendAscii( RTL_CONSTASCII_STRINGPARAM( "HTML__" ) ).append( rTableName ); in lclAppendWebQueryTableName()
113 rTables.appendAscii( RTL_CONSTASCII_STRINGPARAM( "HTML_" ) ).append( nTableIndex ); in lclAppendWebQueryTableIndex()

Completed in 140 milliseconds

12345678910>>...17