Home
last modified time | relevance | path

Searched refs:aPrefix (Results 1 – 25 of 75) sorted by path

123

/trunk/main/automation/source/server/
H A Dprofiler.cxx124 String TTProfiler::GetProfileLine( String &aPrefix ) in GetProfileLine() argument
129 aProfileString = aPrefix; in GetProfileLine()
H A Dprofiler.hxx60 String GetProfileLine( String &aPrefix );
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx4426 ModuleInvocationProxy( const ::rtl::OUString& aPrefix, SbxObjectRef xScopeObj );
4451 ModuleInvocationProxy::ModuleInvocationProxy( const ::rtl::OUString& aPrefix, SbxObjectRef xScopeOb… in ModuleInvocationProxy() argument
4452 : m_aPrefix( aPrefix + ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("_") ) ) in ModuleInvocationProxy()
4636 const ::rtl::OUString& aPrefix, SbxObjectRef xScopeObj ) in createComListener()
4643 Reference< XInvocation > xProxy = new ModuleInvocationProxy( aPrefix, xScopeObj ); in createComListener()
/trunk/main/basic/source/runtime/
H A Dstep0.cxx43 const ::rtl::OUString& aPrefix, SbxObjectRef xScopeObj );
586 ::rtl::OUString aPrefix = refVar->GetName(); in StepSET_Impl()
588 xComListener = createComListener( aControlAny, aVBAType, aPrefix, xScopeObj ); in StepSET_Impl()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DDiagramWrapper.cxx503 const OUString aPrefix( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.chart2.template.")); in lcl_getDiagramType() local
505 if( rTemplateServiceName.match( aPrefix )) in lcl_getDiagramType()
507 const OUString aName( rTemplateServiceName.copy( aPrefix.getLength())); in lcl_getDiagramType()
/trunk/main/cui/source/options/
H A Dcfgchart.cxx123 String aPrefix, aPostfix, aName; in useDefault() local
127 aPrefix = String( aResName, 0, nPos ); in useDefault()
131 aPrefix = aResName; in useDefault()
135 aName = aPrefix; in useDefault()
213 String aPrefix, aPostfix, aName; in RetrieveOptions() local
217 aPrefix = String( aResName, 0, nPos ); in RetrieveOptions()
221 aPrefix = aResName; in RetrieveOptions()
228 aName = aPrefix; in RetrieveOptions()
/trunk/main/dtrans/source/win32/misc/
H A DImplHelper.cxx155 OUString SAL_CALL getMimeCharsetFromWinCP( sal_uInt32 cp, const OUString& aPrefix ) in getMimeCharsetFromWinCP() argument
157 return aPrefix + cptostr( cp ); in getMimeCharsetFromWinCP()
166 OUString SAL_CALL getMimeCharsetFromLocaleId( LCID lcid, LCTYPE lctype, const OUString& aPrefix ) in getMimeCharsetFromLocaleId() argument
169 return aPrefix + charset; in getMimeCharsetFromLocaleId()
H A DImplHelper.hxx79 sal_uInt32 cp, const rtl::OUString& aPrefix );
88 LCID lcid, LCTYPE lctype, const rtl::OUString& aPrefix );
/trunk/main/editeng/source/items/
H A Dxmlcnitm.cxx148 const ::rtl::OUString aPrefix( aName.copy( 0, pos )); in PutValue() local
153 if( !pNewImpl->AddAttr( aPrefix, aLName, pData->Value ) ) in PutValue()
158 if( !pNewImpl->AddAttr( aPrefix, pData->Namespace, aLName, pData->Value ) ) in PutValue()
/trunk/main/editeng/source/uno/
H A Dunonrule.cxx313 OUString aPrefix; in setNumberingRuleByIndex() local
314 if( aVal >>= aPrefix ) in setNumberingRuleByIndex()
316 aFmt.SetPrefix(aPrefix); in setNumberingRuleByIndex()
/trunk/main/extensions/source/activex/main/
H A Dso_activex.cpp244 wsprintfA( aSubKey, "%sCLSID\\%s", aPrefix, aClassID ); in DllRegisterServerNative_Impl()
335 wsprintfA( aSubKey, "%sCLSID\\%s", aPrefix, aClassID ); in DllRegisterServerNative_Impl()
427 wsprintfA( aSubKey, "%s%s", aPrefix, aFileExt[ind] ); in DllUnregisterServerNative_Impl()
449 wsprintfA( aSubKey, "%sCLSID\\%s", aPrefix, aClassID ); in DllUnregisterServerNative_Impl()
453 wsprintfA( aSubKey, "%sso_activex.SOActiveX", aPrefix ); in DllUnregisterServerNative_Impl()
457 wsprintfA( aSubKey, "%sso_activex.SOActiveX.1", aPrefix ); in DllUnregisterServerNative_Impl()
461 wsprintfA( aSubKey, "%s\\TypeLib\\%s", aPrefix, aTypeLib ); in DllUnregisterServerNative_Impl()
465 wsprintfA( aSubKey, "%s\\Interface\\%s", aPrefix, aInterIDWinPeer ); in DllUnregisterServerNative_Impl()
536 wsprintfA( aSubKey, "%s%s", aPrefix, aMSFileExt[ind] ); in DllRegisterServerDoc_Impl()
547 wsprintfA( aSubKey, "%sCLSID\\%s", aPrefix, aClassID ); in DllRegisterServerDoc_Impl()
[all …]
/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx1269 static const sal_Char aPrefix[] = "com.sun.star."; in Init() local
1270 static const xub_StrLen nPrefix = sizeof(aPrefix)-1; in Init()
/trunk/main/filter/source/xsltfilter/
H A Duof2splithandler.cxx232 OUString aPrefix = aName.copy( 0, nToken ); in namespaceMap() local
233 if ( aPrefix.equalsAscii("xmlns") ) in namespaceMap()
/trunk/main/forms/source/component/
H A DDatabaseForm.cxx952 ::rtl::OUString aPrefix; in FillSuccessfulList()
960 AppendComponent(rList, xComponentSet, aPrefix, rxSubmitButton, MouseEvt); in FillSuccessfulList()
/trunk/main/idl/inc/
H A Dobject.hxx35 ByteString aPrefix; member
38 , aPrefix( rPrefix ) in SvSlotElement()
58 ByteString aPrefix; member in SvClassElement
65 { aPrefix = rPrefix; } in SetPrefix()
67 { return aPrefix; } in GetPrefix()
H A Dtypes.hxx297 ByteString aPrefix; member in SvMetaTypeEnum
312 const ByteString & GetPrefix() const { return aPrefix; } in GetPrefix()
/trunk/main/idl/source/objects/
H A Dobject.cxx65 if( nMask & 0x02 ) rStm.ReadByteString( aPrefix ); in Load()
84 if( aPrefix.Len() ) nMask |= 0x2; in Save()
90 if( nMask & 0x02 ) rStm.WriteByteString( aPrefix ); in Save()
712 rSlotList, pEle->aPrefix, rBase, in WriteSlots()
H A Dtypes.cxx2425 if( nMask & 0x02 ) rStm.ReadByteString( aPrefix ); in Load()
2435 if( aPrefix.Len() ) nMask |= 0x02; in Save()
2440 if( nMask & 0x02 ) rStm.WriteByteString( aPrefix ); in Save()
2483 aPrefix = aEnumVal->GetName(); in ReadContextSvIdl()
2486 sal_uInt16 nPos = aPrefix.Match( aEnumVal->GetName() ); in ReadContextSvIdl()
2487 if( nPos != aPrefix.Len() && nPos != STRING_MATCH ) in ReadContextSvIdl()
2488 aPrefix.Erase( nPos ); in ReadContextSvIdl()
/trunk/main/l10ntools/inc/
H A Dgsicheck.hxx95 void PrintList( ParserMessageList *pList, ByteString aPrefix, GSILine *pLine );
112 …void PrintMessage( ByteString aType, ByteString aMsg, ByteString aPrefix, ByteString aContext, sal…
113 …void PrintError( ByteString aMsg, ByteString aPrefix, ByteString aContext, sal_uLong nLine, ByteSt…
/trunk/main/l10ntools/source/
H A Dgsicheck.cxx38 void PrintMessage( ByteString aType, ByteString aMsg, ByteString aPrefix, in PrintMessage() argument
42 fprintf( stdout, "%s %s, Line %lu", aType.GetBuffer(), aPrefix.GetBuffer(), nLine ); in PrintMessage()
53 void PrintError( ByteString aMsg, ByteString aPrefix, in PrintError() argument
57 PrintMessage( "Error:", aMsg, aPrefix, aContext, bPrintContext, nLine, aUniqueId ); in PrintError()
354 void GSIBlock::PrintMessage( ByteString aType, ByteString aMsg, ByteString aPrefix, in PrintMessage() argument
358 ::PrintMessage( aType, aMsg, aPrefix, aContext, bPrintContext, nLine, aUniqueId ); in PrintMessage()
362 void GSIBlock::PrintError( ByteString aMsg, ByteString aPrefix, in PrintError() argument
366 PrintMessage( "Error:", aMsg, aPrefix, aContext, nLine, aUniqueId ); in PrintError()
370 void GSIBlock::PrintList( ParserMessageList *pList, ByteString aPrefix, in PrintList() argument
389 …PrintMessage( pMsg->Prefix(), pMsg->GetErrorText(), aPrefix, aContext, pLine->GetLineNumber(), pLi… in PrintList()
/trunk/main/linguistic/source/
H A Dlngsvcmgr.cxx1129 String aPrefix( aNode ); in SetCfgServiceLists() local
1130 aPrefix.Append( (sal_Unicode) '/' ); in SetCfgServiceLists()
1133 OUString aTmp( aPrefix ); in SetCfgServiceLists()
1172 String aPrefix( aNode ); in SetCfgServiceLists() local
1176 OUString aTmp( aPrefix ); in SetCfgServiceLists()
1219 String aPrefix( aNode ); in SetCfgServiceLists() local
1220 aPrefix.Append( (sal_Unicode) '/' ); in SetCfgServiceLists()
1223 OUString aTmp( aPrefix ); in SetCfgServiceLists()
1266 String aPrefix( aNode ); in SetCfgServiceLists() local
1267 aPrefix.Append( (sal_Unicode) '/' ); in SetCfgServiceLists()
[all …]
/trunk/main/offapi/com/sun/star/mozilla/
H A DXPluginInstance.idl131 @param aPrefix [out]: the url prefix to the portal
135 [out] string aPrefix);
/trunk/main/oox/source/xls/
H A Ddefnamesbuffer.cxx134 OUString aPrefix = OUString::createFromAscii( spcOoxPrefix ); in lclGetBuiltinIdFromPrefixedName() local
135 sal_Int32 nPrefixLen = aPrefix.getLength(); in lclGetBuiltinIdFromPrefixedName()
136 if( rModelName.matchIgnoreAsciiCase( aPrefix ) ) in lclGetBuiltinIdFromPrefixedName()
H A Dstylesbuffer.cxx2780 OUString aPrefix = OUString::createFromAscii( spcStyleNamePrefix ); in lclIsBuiltinStyleName() local
2781 sal_Int32 nPrefixLen = aPrefix.getLength(); in lclIsBuiltinStyleName()
2784 if( rStyleName.matchIgnoreAsciiCase( aPrefix ) ) in lclIsBuiltinStyleName()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx298 ::rtl::OUString aPrefix( String( 'P' ) ); in ORptExport()
300 m_xParaPropMapper, aPrefix ); in ORptExport()

Completed in 201 milliseconds

123