Home
last modified time | relevance | path

Searched refs:CREATE_OUSTRING (Results 26 – 50 of 95) sorted by relevance

1234

/trunk/main/sc/source/ui/vba/
H A Dvbasheetobjects.cxx244 return xPropSet->getPropertyValue( CREATE_OUSTRING( "Name" ) ).get< OUString >(); in implGetShapeName()
409 OUString aFormName = CREATE_OUSTRING( "Standard" ); in createForm()
416 …uno::Reference< form::XForm > xForm( mxFactory->createInstance( CREATE_OUSTRING( "com.sun.star.for… in createForm()
431 return lclGetProperty( nClassId, xModelProps, CREATE_OUSTRING( "ClassId" ) ) && in implPickShape()
442 return CREATE_OUSTRING( "com.sun.star.drawing.ControlShape" ); in implGetShapeServiceName()
499 CREATE_OUSTRING( "com.sun.star.form.component.CommandButton" ), in ScVbaButtonContainer()
514 return lclGetProperty( bToggle, rxModelProps, CREATE_OUSTRING( "Toggle" ) ) && !bToggle; in implCheckProperties()
/trunk/main/oox/source/xls/
H A Dworkbookhelper.cxx481 maCellStyles = CREATE_OUSTRING( "CellStyles" ); in initialize()
482 maPageStyles = CREATE_OUSTRING( "PageStyles" ); in initialize()
483 maCellStyleServ = CREATE_OUSTRING( "com.sun.star.style.CellStyle" ); in initialize()
484 maPageStyleServ = CREATE_OUSTRING( "com.sun.star.style.PageStyle" ); in initialize()
531 …ar.reset( new SegmentProgressBar( mrBaseFilter.getStatusIndicator(), CREATE_OUSTRING( "Loading..."… in initialize()
537 …ar.reset( new SegmentProgressBar( mrBaseFilter.getStatusIndicator(), CREATE_OUSTRING( "Saving..." … in initialize()
658 PropertySet aDefPageStyle( getStyleObject( CREATE_OUSTRING( "Default" ), true ) ); in finalizeWorkbookImport()
H A Dnumberformatsbuffer.cxx1887 maEnUsLocale( CREATE_OUSTRING( "en" ), CREATE_OUSTRING( "US" ), OUString() ) in NumberFormatFinalizer()
1952CREATE_OUSTRING( "com.sun.star.configuration.ConfigurationProvider" ) ), UNO_QUERY_THROW ); in NumberFormatsBuffer()
1956 aArgs[ 0 ] <<= CREATE_OUSTRING( "org.openoffice.Setup/L10N/" ); in NumberFormatsBuffer()
1958CREATE_OUSTRING( "com.sun.star.configuration.ConfigurationAccess" ), aArgs ), UNO_QUERY_THROW ); in NumberFormatsBuffer()
1959 xConfigNA->getByName( CREATE_OUSTRING( "ooSetupSystemLocale" ) ) >>= maLocaleStr; in NumberFormatsBuffer()
1964 aArgs[ 0 ] <<= CREATE_OUSTRING( "org.openoffice.System/L10N/" ); in NumberFormatsBuffer()
1966CREATE_OUSTRING( "com.sun.star.configuration.ConfigurationAccess" ), aArgs ), UNO_QUERY_THROW ); in NumberFormatsBuffer()
1967 xConfigNA->getByName( CREATE_OUSTRING( "Locale" ) ) >>= maLocaleStr; in NumberFormatsBuffer()
2071 aMIt = aBuiltinMap.find( CREATE_OUSTRING( "*" ) ); in insertBuiltinFormats()
H A Dooxformulaparser.cxx133 aServiceNames[ 0 ] = CREATE_OUSTRING( "com.sun.star.sheet.FilterFormulaParser" ); in OOXMLFormulaParser_getSupportedServiceNames()
139 return CREATE_OUSTRING( "com.sun.star.comp.oox.xls.FormulaParser" ); in OOXMLFormulaParser_getImplementationName()
191 return CREATE_OUSTRING( "http://schemas.microsoft.com/office/excel/formula" ); in getSupportedNamespace()
H A Ddrawingmanager.cxx992 …xGroupShape = rDrawing.createAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawing.GroupShape" )… in implConvertAndInsert()
1067 …Reference< XShape > xShape = rDrawing.createAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawin… in implConvertAndInsert()
1118 …Reference< XShape > xShape = rDrawing.createAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawin… in implConvertAndInsert()
1136 …Reference< XShape > xShape = rDrawing.createAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawin… in implConvertAndInsert()
1200 …Reference< XShape > xShape = rDrawing.createAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawin… in implConvertAndInsert()
1272 CREATE_OUSTRING( "com.sun.star.drawing.PolyPolygonShape" ) : in implConvertAndInsert()
1273 CREATE_OUSTRING( "com.sun.star.drawing.PolyLineShape" ); in implConvertAndInsert()
H A Dpagesettings.cxx415 OUStringBuffer aStyleNameBuffer( CREATE_OUSTRING( "PageStyle_" ) ); in finalizeImport()
579 maPageNumberService( CREATE_OUSTRING( "com.sun.star.text.TextField.PageNumber" ) ), in HeaderFooterParser()
580 maPageCountService( CREATE_OUSTRING( "com.sun.star.text.TextField.PageCount" ) ), in HeaderFooterParser()
581 maSheetNameService( CREATE_OUSTRING( "com.sun.star.text.TextField.SheetName" ) ), in HeaderFooterParser()
582 maFileNameService( CREATE_OUSTRING( "com.sun.star.text.TextField.FileName" ) ), in HeaderFooterParser()
583 maDateTimeService( CREATE_OUSTRING( "com.sun.star.text.TextField.DateTime" ) ), in HeaderFooterParser()
H A Dthemebuffer.cxx94 mxDefFontModel->maName = CREATE_OUSTRING( "Cambria" ); in ThemeBuffer()
99 mxDefFontModel->maName = CREATE_OUSTRING( "Arial" ); in ThemeBuffer()
/trunk/main/oox/source/ole/
H A Dolestorage.cxx103 …mxTempFile.set( xFactory->createInstance( CREATE_OUSTRING( "com.sun.star.io.TempFile" ) ), UNO_QUE… in OleOutputStream()
232 …Reference< XStream > xTempFile( xFactory->createInstance( CREATE_OUSTRING( "com.sun.star.io.TempFi… in initStorage()
257 CREATE_OUSTRING( "com.sun.star.embed.OLESimpleStorage" ), aArgs ), UNO_QUERY_THROW ); in initStorage()
274 CREATE_OUSTRING( "com.sun.star.embed.OLESimpleStorage" ), aArgs ), UNO_QUERY_THROW ); in initStorage()
343 …Reference< XStream > xTempFile( xFactory->createInstance( CREATE_OUSTRING( "com.sun.star.io.TempFi… in implOpenSubStorage()
H A Dvbacontrol.cxx115 maDummyBaseName( CREATE_OUSTRING( "DummyGroupSep" ) ), in VbaControlNamesSet()
169 mxCtrlModel->importProperty( XML_Size, CREATE_OUSTRING( "10;10" ) ); in VbaDummyFormControl()
422 BinaryXInputStream aFStrm( rStrg.openInputStream( CREATE_OUSTRING( "f" ) ), true ); in importStorage()
438 BinaryXInputStream aOStrm( rStrg.openInputStream( CREATE_OUSTRING( "o" ) ), true ); in importStorage()
771 …BinaryXInputStream aInStrm( rVbaFormStrg.openInputStream( CREATE_OUSTRING( "\003VBFrame" ) ), true… in importForm()
778 const OUString aBegin = CREATE_OUSTRING( "Begin" ); in importForm()
787 …if( !bBeginFound || !lclEatKeyword( aLine, CREATE_OUSTRING( "{C62A69F0-16DC-11CE-9E98-00AA00574A4F… in importForm()
H A Doleobjecthelper.cxx62 maEmbeddedObjScheme( CREATE_OUSTRING( "vnd.sun.star.EmbeddedObject:" ) ), in OleObjectHelper()
67 …mxResolver.set( rxModelFactory->createInstance( CREATE_OUSTRING( "com.sun.star.document.ImportEmbe… in OleObjectHelper()
104 OUString aObjectId = CREATE_OUSTRING( "Obj" ) + OUString::valueOf( mnObjectId++ ); in importOleObject()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCsvControl.cxx88 #define CREATE_OUSTRING( name ) OUString( RTL_CONSTASCII_USTRINGPARAM( name ) ) macro
361 …lcl_FillProperty( rSeq[ nIndex++ ], CREATE_OUSTRING( "CharFontName" ), aFontItem, MID_FONT_… in lcl_FillFontAttributes()
362 …lcl_FillProperty( rSeq[ nIndex++ ], CREATE_OUSTRING( "CharFontFamily" ), aFontItem, MID_FONT_… in lcl_FillFontAttributes()
363 …lcl_FillProperty( rSeq[ nIndex++ ], CREATE_OUSTRING( "CharFontStyleName" ), aFontItem, MID_FONT_… in lcl_FillFontAttributes()
364 …lcl_FillProperty( rSeq[ nIndex++ ], CREATE_OUSTRING( "CharFontCharSet" ), aFontItem, MID_FONT_… in lcl_FillFontAttributes()
365 …lcl_FillProperty( rSeq[ nIndex++ ], CREATE_OUSTRING( "CharFontPitch" ), aFontItem, MID_FONT_… in lcl_FillFontAttributes()
366 …lcl_FillProperty( rSeq[ nIndex++ ], CREATE_OUSTRING( "CharHeight" ), aHeightItem, MID_FONTH… in lcl_FillFontAttributes()
367 …lcl_FillProperty( rSeq[ nIndex++ ], CREATE_OUSTRING( "CharLocale" ), aLangItem, MID_LANG_… in lcl_FillFontAttributes()
783 return CREATE_OUSTRING( RULER_IMPL_NAME ); in getImplementationName()
1290 return CREATE_OUSTRING( GRID_IMPL_NAME ); in getImplementationName()
[all …]
/trunk/main/oox/source/ppt/
H A Dpptimport.cxx41 return CREATE_OUSTRING( "com.sun.star.comp.oox.ppt.PowerPointImport" ); in PowerPointImport_getImplementationName()
47 aSeq[ 0 ] = CREATE_OUSTRING( "com.sun.star.document.ImportFilter" ); in PowerPointImport_getSupportedServiceNames()
48 aSeq[ 1 ] = CREATE_OUSTRING( "com.sun.star.document.ExportFilter" ); in PowerPointImport_getSupportedServiceNames()
183 …return new ::oox::ole::VbaProject( getComponentContext(), getModel(), CREATE_OUSTRING( "Impress" )… in implCreateVbaProject()
H A Dcommontimenodecontext.cxx393 aUserData[ CREATE_OUSTRING( "after-effect" ) ] in CommonTimeNodeContext()
511 aUserData[ CREATE_OUSTRING( "node-type" ) ] <<= nEnum; in CommonTimeNodeContext()
547 aUserData[ CREATE_OUSTRING( "preset-class" ) ] = makeAny( nEffectPresetClass ); in CommonTimeNodeContext()
555 aUserData[ CREATE_OUSTRING( "preset-id" ) ] in CommonTimeNodeContext()
560 aUserData[ CREATE_OUSTRING( "preset-sub-type" ) ] in CommonTimeNodeContext()
/trunk/main/oox/source/drawingml/chart/
H A Daxisconverter.cxx139 … xAxis.set( createInstance( CREATE_OUSTRING( "com.sun.star.chart2.Axis" ) ), UNO_QUERY_THROW ); in convertFromModel()
228 …aScaleData.Scaling.set( createInstance( CREATE_OUSTRING( "com.sun.star.chart2.LinearScaling" ) ), … in convertFromModel()
259 CREATE_OUSTRING( "com.sun.star.chart2.LogarithmicScaling" ) : in convertFromModel()
260 CREATE_OUSTRING( "com.sun.star.chart2.LinearScaling" ); in convertFromModel()
339 …aTitleConv.convertFromModel( xTitled, CREATE_OUSTRING( "Axis Title" ), OBJECTTYPE_AXISTITLE, nAxes… in convertFromModel()
H A Dtitleconverter.cxx132 …xFmtStr.set( ConverterRoot::createInstance( CREATE_OUSTRING( "com.sun.star.chart2.FormattedString"… in appendFormattedString()
164 …Reference< XTitle > xTitle( createInstance( CREATE_OUSTRING( "com.sun.star.chart2.Title" ) ), UNO_… in convertFromModel()
205 …Reference< XLegend > xLegend( createInstance( CREATE_OUSTRING( "com.sun.star.chart2.Legend" ) ), U… in convertFromModel()
/trunk/main/oox/source/drawingml/
H A Dtextparagraphproperties.cxx79 msNumberingSuffix <<= CREATE_OUSTRING( ")" ); in setSuffixParenBoth()
80 msNumberingPrefix <<= CREATE_OUSTRING( "(" ); in setSuffixParenBoth()
85 msNumberingSuffix <<= CREATE_OUSTRING( ")" ); in setSuffixParenRight()
91 msNumberingSuffix <<= CREATE_OUSTRING( "." ); in setSuffixPeriod()
103 msNumberingSuffix <<= CREATE_OUSTRING( "-" ); in setSuffixMinusRight()
H A Dlineproperties.cxx190 aBuffer.append( CREATE_OUSTRING( "msArrowEnd" ) ); in lclPushMarkerProperties()
193 aBuffer.append( CREATE_OUSTRING( "msArrowOpenEnd" ) ); in lclPushMarkerProperties()
196 aBuffer.append( CREATE_OUSTRING( "msArrowStealthEnd" ) ); in lclPushMarkerProperties()
199 aBuffer.append( CREATE_OUSTRING( "msArrowDiamondEnd" ) ); in lclPushMarkerProperties()
203 aBuffer.append( CREATE_OUSTRING( "msArrowOvalEnd" ) ); in lclPushMarkerProperties()
H A Dshape.cxx122 msServiceName = CREATE_OUSTRING( "com.sun.star.drawing.OLE2Shape" ); in setChartType()
131 msServiceName = CREATE_OUSTRING( "com.sun.star.drawing.GroupShape" ); in setDiagramType()
139 msServiceName = CREATE_OUSTRING( "com.sun.star.drawing.TableShape" ); in setTableType()
392 const OUString sHidden( CREATE_OUSTRING( "Visible" ) ); in createAndInsert()
560 aServiceName = CREATE_OUSTRING( "com.sun.star.drawing.OLE2Shape" ); in finalizeServiceName()
595 … aShapeProp.setProperty( PROP_CLSID, CREATE_OUSTRING( "12dcae26-281f-416f-a234-c3086127382e" ) ); in finalizeXShape()
/trunk/main/oox/inc/oox/core/
H A Drelations.hxx39 CREATE_OUSTRING( "http://schemas.openxmlformats.org/officeDocument/2006/relationships/" ascii )
44 CREATE_OUSTRING( "http://schemas.openxmlformats.org/package/2006/relationships/" ascii )
49 CREATE_OUSTRING( "http://schemas.microsoft.com/office/2006/relationships/" ascii )
/trunk/main/oox/source/core/
H A Dencryption.cxx217 …aEncryptionData[ CREATE_OUSTRING( "AES128EncryptionKey" ) ] <<= Sequence< sal_Int8 >( reinterpret_… in verifyPassword()
218 …aEncryptionData[ CREATE_OUSTRING( "AES128EncryptionSalt" ) ] <<= Sequence< sal_Int8 >( reinterpret… in verifyPassword()
219 …aEncryptionData[ CREATE_OUSTRING( "AES128EncryptionVerifier" ) ] <<= Sequence< sal_Int8 >( reinter… in verifyPassword()
220 …aEncryptionData[ CREATE_OUSTRING( "AES128EncryptionVerifierHash" ) ] <<= Sequence< sal_Int8 >( rei… in verifyPassword()
231 …Sequence< sal_Int8 > aKey = aHashData.getUnpackedValueOrDefault( CREATE_OUSTRING( "AES128Encryptio… in verifyEncryptionData()
232 …Sequence< sal_Int8 > aVerifier = aHashData.getUnpackedValueOrDefault( CREATE_OUSTRING( "AES128Encr… in verifyEncryptionData()
233 …Sequence< sal_Int8 > aVerifierHash = aHashData.getUnpackedValueOrDefault( CREATE_OUSTRING( "AES128… in verifyEncryptionData()
894 encryptionData[ CREATE_OUSTRING( "OOXMLAgileEncryptionPasswordVerified" ) ] <<= sal_True; in verifyPassword()
H A Dfasttokenhandler.cxx43 return CREATE_OUSTRING( "com.sun.star.comp.oox.core.FastTokenHandler" ); in FastTokenHandler_getImplementationName()
49 aServiceNames[ 0 ] = CREATE_OUSTRING( "com.sun.star.xml.sax.FastTokenHandler" ); in FastTokenHandler_getSupportedServiceNames()
/trunk/main/oox/source/helper/
H A Dgraphichelper.cxx70 maGraphicObjScheme( CREATE_OUSTRING( "vnd.sun.star.GraphicObject:" ) ) in GraphicHelper()
76 …mxGraphicProvider.set( xFactory->createInstance( CREATE_OUSTRING( "com.sun.star.graphic.GraphicPro… in GraphicHelper()
115 …Reference< XFramesSupplier > xFramesSupp( xFactory->createInstance( CREATE_OUSTRING( "com.sun.star… in GraphicHelper()
274 aArgs[ 0 ].Name = CREATE_OUSTRING( "InputStream" ); in importGraphic()
H A Dtextinputstream.cxx104 …throw RuntimeException( CREATE_OUSTRING( "Functionality not supported" ), Reference< XInputStream … in available()
117 … throw NotConnectedException( CREATE_OUSTRING( "Stream closed" ), Reference< XInterface >() ); in ensureConnected()
202 …Reference< XActiveDataSink > xDataSink( xFactory->createInstance( CREATE_OUSTRING( "com.sun.star.i… in createXTextInputStream()
/trunk/main/oox/source/docprop/
H A Dooxmldocpropimport.cxx56 return CREATE_OUSTRING( "com.sun.star.comp.oox.docprop.DocumentPropertiesImporter" ); in DocumentPropertiesImport_getImplementationName()
62 aServices[ 0 ] = CREATE_OUSTRING( "com.sun.star.document.OOXMLDocumentPropertiesImporter" ); in DocumentPropertiesImport_getSupportedServiceNames()
162 …throw IOException( CREATE_OUSTRING( "Unexpected core properties stream!" ), Reference< XInterface … in importProperties()
/trunk/main/oox/source/dump/
H A Dxlsbdumper.cxx516 StringHelper::appendIndexedText( aName, CREATE_OUSTRING( "NAME" ), nNameId ); in lclCreateName()
628 OUStringBuffer aRef( CREATE_OUSTRING( "REF" ) ); in dumpTokenRefId()
819 StringHelper::appendToken( aParams, CREATE_OUSTRING( "[#All]" ) ); in dumpTableToken()
821 StringHelper::appendToken( aParams, CREATE_OUSTRING( "[#Headers]" ) ); in dumpTableToken()
823 StringHelper::appendToken( aParams, CREATE_OUSTRING( "[#Data]" ) ); in dumpTableToken()
825 StringHelper::appendToken( aParams, CREATE_OUSTRING( "[#Totals]" ) ); in dumpTableToken()
827 StringHelper::appendToken( aParams, CREATE_OUSTRING( "[#This Row]" ) ); in dumpTableToken()
831 StringHelper::appendIndexedText( aOp, CREATE_OUSTRING( "TABLE" ), nTabId ); in dumpTableToken()
866 mxStack->pushFuncOp( CREATE_OUSTRING( "SUM" ), OUString( OOX_DUMP_BASECLASS ), 1 ); in dumpAttrToken()

Completed in 142 milliseconds

1234