Home
last modified time | relevance | path

Searched refs:sId (Results 1 – 25 of 45) sorted by relevance

12

/trunk/main/l10ntools/source/
H A Dgsiconv.cxx66 ByteString sId; in GetGSILineId() local
69 sId = rLine; in GetGSILineId()
71 sId = sId.GetToken( 0, '\t' ); in GetGSILineId()
75 sId = rLine.GetToken( 0, '\t' ); in GetGSILineId()
76 sId += "\t"; in GetGSILineId()
77 sId += rLine.GetToken( 1, '\t' ); in GetGSILineId()
78 sId += "\t"; in GetGSILineId()
79 sId += rLine.GetToken( 4, '\t' ); in GetGSILineId()
80 sId += "\t"; in GetGSILineId()
84 return sId; in GetGSILineId()
[all …]
H A Dexport.cxx377 sId = rId; in SetId()
386 if ( sId.Len() > 255 ) { in SetId()
390 sId.Erase( 255 ); in SetId()
703 sId = sId.GetToken( 0, '#' ); in Execute()
705 sId = sId.GetToken( 0, '/' ); in Execute()
706 CleanValue( sId ); in Execute()
707 sId = sId.EraseAllChars( '\t' ); in Execute()
1305 sGID = pResData->sId; in WriteData()
1307 sLID = pResData->sId; in WriteData()
1472 sGID = pResData->sId; in WriteExportList()
[all …]
H A Dmerge.cxx169 return (( pData->sId == sLID ) && in operator ==()
287 ByteString sOldL = pResData->sId; in GetMergeData()
291 sGID = pResData->sId; in GetMergeData()
293 sLID = pResData->sId; in GetMergeData()
295 pResData->sId = sLID; in GetMergeData()
297 …ByteString sKey = CreateKey( pResData->sResTyp , pResData->sGId , pResData->sId , pResData->sFilen… in GetMergeData()
302 pResData->sId = sOldL; in GetMergeData()
306 pResData->sId = sOldL; in GetMergeData()
H A Dxrmmerge.cxx422 ByteString sId = sTmp.GetToken( 1, '\"' ); in GetAttribute() local
423 return sId; in GetAttribute()
538 pResData->sId = GetLID(); in WorkOnText()
579 sOutput += pResData->sId; in EndOfText()
583 sOutput += pResData->sId; in EndOfText()
647 pResData->sId = GetLID(); in WorkOnText()
H A Dhelpmerge.cxx621 pResData->sId = sLId;
639 …t,"Can't find GID=%s LID=%s TYP=%s\n",pResData->sGId.GetBuffer(),pResData->sId.GetBuffer(),pResDat…
678 pResData->sId = sLId;
712 …t,"Can't find GID=%s LID=%s TYP=%s\n",pResData->sGId.GetBuffer(),pResData->sId.GetBuffer(),pResDat…
/trunk/main/ucb/source/ucp/ext/
H A Ducpext_datasupplier.cxx79 ::rtl::OUString sId;
167 …aEntry.sId = ContentProvider::getRootURL() + Content::encodeIdentifier( rLocalId ) + ::rtl::OUStri… in fetchData()
187 aEntry.sId = lcl_compose( sContentIdentifier, xContentRow->getString( 1 ) ); in fetchData()
215 const ::rtl::OUString sId = m_pImpl->m_aResults[ i_nIndex ].sId; in queryContentIdentifierString() local
216 if ( sId.getLength() ) in queryContentIdentifierString()
217 return sId; in queryContentIdentifierString()
236 ::rtl::OUString sId = queryContentIdentifierString( i_nIndex ); in queryContentIdentifier()
237 if ( sId.getLength() ) in queryContentIdentifier()
239 Reference< XContentIdentifier > xId = new ::ucbhelper::ContentIdentifier( sId ); in queryContentIdentifier()
326 const ::rtl::OUString& rId( m_pImpl->m_aResults[ i_nIndex ].sId ); in queryPropertyValues()
/trunk/main/svtools/source/graphic/
H A Dgraphicunofactory.cxx58 rtl::OUString sId; in GObjectImpl() local
59 if ( !( args[ 0 ] >>= sId ) || sId.getLength() == 0 ) in GObjectImpl()
61 ByteString bsId( sId.getStr(), RTL_TEXTENCODING_UTF8 ); in GObjectImpl()
88 rtl::OUString sId; in getUniqueID() local
90 sId = String( mpGObject->GetUniqueID().GetBuffer(), RTL_TEXTENCODING_ASCII_US ); in getUniqueID()
91 return sId; in getUniqueID()
/trunk/main/ooxml/source/framework/JavaPartManager/src/org/apache/openoffice/ooxml/framework/part/
H A DRelatedParts.java66 final String sId = aContext.GetAttributes().GetRawAttributeValue("A_Id"); in RelatedParts()
74 sId, in RelatedParts()
88 final String sId, in AddRelationship() argument
92 maIdToTargetMap.put(sId, aTarget); in AddRelationship()
106 public PartName GetTargetForId (final String sId) in GetTargetForId() argument
108 return maIdToTargetMap.get(sId); in GetTargetForId()
H A DPart.java43 public Part getPartById (final String sId) in getPartById() argument
45 final PartName aName = getRelatedParts().GetTargetForId(sId); in getPartById()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DEditPageParser.java132 String sId = ""; in handleStartTag() local
153 sId = ( String ) a.getAttribute( HTML.Attribute.ID ); in handleStartTag()
155 if ( sId != null ) in handleStartTag()
157 if ( sId.equalsIgnoreCase( "contentSub" ) ) in handleStartTag()
/trunk/main/forms/source/xforms/
H A Dmodel.cxx662 Model::XPropertySet_t Model::getBinding( const rtl::OUString& sId ) in getBinding() argument
666 return mpBindings->hasItem( sId ) ? mpBindings->getItem( sId ) : NULL; in getBinding()
699 Model::XSubmission_t Model::getSubmission( const rtl::OUString& sId ) in getSubmission() argument
704 if ( mpSubmissions->hasItem( sId ) ) in getSubmission()
705 xSubmission = xSubmission.query( mpSubmissions->getItem( sId ) ); in getSubmission()
H A Dmodel_ui.cxx199 OUString sId; in lcl_OutInstance() local
201 getInstanceData( aValues, &sId, &xInstance, NULL, NULL ); in lcl_OutInstance()
205 sInstanceName = sId; in lcl_OutInstance()
/trunk/main/writerfilter/source/doctok/
H A DWW8StreamImpl.cxx92 WW8Stream::Pointer_t WW8StreamImpl::getSubStream(const ::rtl::OUString & sId) in getSubStream() argument
100 if (xOLESimpleStorage->hasByName(sId)) in getSubStream()
104 uno::Any aValue = xOLESimpleStorage->getByName(sId); in getSubStream()
/trunk/main/xmloff/source/text/
H A DXMLRedlineExport.cxx582 OUString sId; in ExportStartOrEndRedline() local
589 pValues[i].Value >>= sId; in ExportStartOrEndRedline()
604 DBG_ASSERT( sId.getLength() > 0, "Redlines must have IDs" ); in ExportStartOrEndRedline()
608 sBuffer.append(sId); in ExportStartOrEndRedline()
/trunk/main/oox/source/drawingml/
H A Dembeddedwavaudiofile.cxx42 OUString sId = xAttribs->getOptionalValue( R_TOKEN( embed ) ); in getEmbeddedWAVAudioFile() local
43 aAudio.msEmbed = rRelations.getFragmentPathFromRelId( sId ); in getEmbeddedWAVAudioFile()
/trunk/main/l10ntools/inc/
H A Dexport.hxx133 ByteString sId; member in ResData
163 void addFallbackData( ByteString& sId , const ByteString& sText );
164 bool getFallbackData( ByteString& sId , ByteString& sText);
/trunk/main/oox/source/core/
H A Dxmlfilterbase.cxx264 OUString sId = OUStringBuffer().appendAscii( "rId" ).append( nId ).makeStringAndClear(); in lclAddRelation() local
276 xRelations->insertRelationshipByID( sId, aEntry, sal_True ); in lclAddRelation()
278 return sId; in lclAddRelation()
/trunk/main/xmloff/source/xforms/
H A Dxformsexport.cxx232 OUString sId; in exportXFormsInstance() local
243 rAny >>= sId; in exportXFormsInstance()
250 if( sId.getLength() > 0 ) in exportXFormsInstance()
251 rExport.AddAttribute( XML_NAMESPACE_NONE, XML_ID, sId ); in exportXFormsInstance()
/trunk/main/xmloff/source/draw/
H A Dximppage.cxx617 OUString sId; in SetNavigationOrder() local
620 if( !aEnumerator.getNextToken(sId) ) in SetNavigationOrder()
623 aShapes[nIndex] = Reference< XShape >( rIdMapper.getReference( sId ), UNO_QUERY ); in SetNavigationOrder()
/trunk/main/extensions/source/bibliography/
H A Dbibload.cxx531 rtl::OUString sId = sIdentifierMapping; in getByName() local
533 if (xColumns->hasByName(sId)) in getByName()
534 …xColumn = Reference< sdb::XColumn > (*(Reference< XInterface > *)xColumns->getByName(sId).getValue… in getByName()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A Dcode.js391 function CreateButton (sId, sText, sExpandAction) argument
393 …return "<span class=\"button\" id=\"button-"+sId+"\" onClick=\""+sExpandAction+"\">"+sText+"</span…
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLStreamImpl.cxx138 static rtl::OUString sId(RTL_CONSTASCII_USTRINGPARAM("Id")); in lcl_getTarget() local
205 else if (aPair.First.compareTo(sId) == 0 && in lcl_getTarget()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx1542 ByteString sId( sTmp.Copy(sizeof(sGraphicObjectProtocol)-1), in setPropertyValue() local
1544 pGrfObj = new GraphicObject( sId ); in setPropertyValue()
1611 …ByteString sId( aGrfUrl.copy(sizeof(sGraphicObjectProtocol)-1).getStr(), RTL_TEXTENCODING_ASCII_US… in setPropertyValue() local
1612 pGrfObj = new GraphicObject( sId ); in setPropertyValue()
2033 String sId( pGrfNode->GetGrfObj().GetUniqueID(), in getPropertyValue() local
2035 ( sGrfName = sPrefix ) += sId; in getPropertyValue()
2057 String sId( pGraphicObject->GetUniqueID(), RTL_TEXTENCODING_ASCII_US ); in getPropertyValue() local
2058 (sGrfName = sPrefix) += sId; in getPropertyValue()
2833 ByteString sId( sGraphicURL.Copy( sizeof(sGraphicObjectProtocol)-1 ), in attachToRange() local
2835 pGrfObj = new GraphicObject( sId ); in attachToRange()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_theextmgr.cxx414 OUString sId = anyValue.get< OUString >(); in supportsOptions() local
415 if ( sId == aId.Value ) in supportsOptions()
/trunk/main/sw/source/filter/ww8/
H A Ddocxexport.cxx156 OUString sId = m_pFilter->addRelation( m_pDocumentFS->getOutputStream(), in AddRelation() local
159 return ::rtl::OUStringToOString( sId, RTL_TEXTENCODING_UTF8 ); in AddRelation()

Completed in 178 milliseconds

12