/trunk/main/cui/source/options/ |
H A D | optgenrl.cxx | 134 aShortName.SetIndex( 3 ); in SvxGeneralTabPage() 135 aShortName.SetLabel( &aNameLblRuss ); in SvxGeneralTabPage() 248 aShortName.SetText( TRIM(aShortName.GetText()) ); in FillItemSet() 328 if ( aShortName.IsEnabled() ) in IMPL_LINK() 330 String aShortStr( aShortName.GetText() ); in IMPL_LINK() 347 aShortName.SetText( aShortStr ); in IMPL_LINK() 361 aShortName.GetSavedValue() != aShortName.GetText() || in GetAddress_Impl() 384 aUserOpt.SetID( aShortName.GetText()); in GetAddress_Impl() 435 aShortName.SetText( aUserOpt.GetID() ); in SetAddress_Impl() 438 aShortName.Disable(); in SetAddress_Impl() [all …]
|
/trunk/main/sw/source/ui/dochdl/ |
H A D | gloshdl.cxx | 486 String aShortName; in ExpandGlossary() local 491 aShortName = pWrtShell->GetSelTxt(); in ExpandGlossary() 505 aShortName = pWrtShell->GetSelTxt(); in ExpandGlossary() 515 String aShortName( rShortName ); in Expand() local 559 nFound = pGlossary->GetIndex( aShortName ); in Expand() 582 nFound = pGlossary->GetIndex( aShortName ); in Expand() 601 if(pWrtShell->IsSelection() && aShortName.Len() > nMaxLen) in Expand() 603 aShortName.Erase(nMaxLen); in Expand() 604 aShortName.AppendAscii(" ..."); in Expand() 607 aTmp.SearchAndReplaceAscii("%1", aShortName); in Expand() [all …]
|
/trunk/main/sw/source/ui/inc/ |
H A D | glshell.hxx | 30 String aShortName; member in SwGlosDocShell 52 { aShortName = rShortName; } in SetShortName() 55 const String& GetShortName(){return aShortName;} in GetShortName() 62 String aShortName; member in SwWebGlosDocShell 83 { aShortName = rShortName; } in SetShortName() 86 const String& GetShortName(){return aShortName;} in GetShortName()
|
/trunk/main/sfx2/source/doc/ |
H A D | docfac.cxx | 119 String aShortName( String::CreateFromAscii( pShortName ) ); in SfxObjectFactory() local 120 aShortName.ToLowerAscii(); in SfxObjectFactory() 122 if ( aShortName.EqualsAscii( "swriter" ) ) in SfxObjectFactory() 124 else if ( aShortName.EqualsAscii( "swriter/web" ) ) in SfxObjectFactory() 126 else if ( aShortName.EqualsAscii( "swriter/globaldocument" ) ) in SfxObjectFactory() 128 else if ( aShortName.EqualsAscii( "scalc" ) ) in SfxObjectFactory() 130 else if ( aShortName.EqualsAscii( "simpress" ) ) in SfxObjectFactory() 132 else if ( aShortName.EqualsAscii( "sdraw" ) ) in SfxObjectFactory() 134 else if ( aShortName.EqualsAscii( "message" ) ) in SfxObjectFactory()
|
H A D | objembed.cxx | 204 String aAppName, aShortName; in FillTransferableObjectDescriptor() local 205 …FillClass( &rDesc.maClassName, &nClipFormat, &aAppName, &rDesc.maTypeName, &aShortName, SOFFICE_FI… in FillTransferableObjectDescriptor()
|
/trunk/main/svtools/source/filter/ |
H A D | filter.cxx | 1748 String aShortName; in ImportGraphic() local 2244 ByteString aShortName; in IMPL_LINK() local 2247 case( CVT_BMP ): aShortName = BMP_SHORTNAME; break; in IMPL_LINK() 2248 case( CVT_GIF ): aShortName = GIF_SHORTNAME; break; in IMPL_LINK() 2249 case( CVT_JPG ): aShortName = JPG_SHORTNAME; break; in IMPL_LINK() 2250 case( CVT_MET ): aShortName = MET_SHORTNAME; break; in IMPL_LINK() 2251 case( CVT_PCT ): aShortName = PCT_SHORTNAME; break; in IMPL_LINK() 2252 case( CVT_PNG ): aShortName = PNG_SHORTNAME; break; in IMPL_LINK() 2253 case( CVT_SVM ): aShortName = SVM_SHORTNAME; break; in IMPL_LINK() 2254 case( CVT_TIF ): aShortName = TIF_SHORTNAME; break; in IMPL_LINK() [all …]
|
H A D | FilterConfigCache.cxx | 115 String aShortName; in GetShortName() local 118 aShortName = lExtensionList[ 0 ]; in GetShortName() 119 if ( aShortName.SearchAscii( "*.", 0 ) == 0 ) in GetShortName() 120 aShortName.Erase( 0, 2 ); in GetShortName() 122 return aShortName; in GetShortName()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xltools.cxx | 592 String aShortName; in IsBuiltInStyleName() local 597 aShortName.AssignAscii( ppcStyleNames[ nId ] ); in IsBuiltInStyleName() 598 if( rStyleName.EqualsIgnoreCaseAscii( aShortName, nPrefixLen, aShortName.Len() ) && in IsBuiltInStyleName() 599 (nNextChar < nPrefixLen + aShortName.Len()) ) in IsBuiltInStyleName() 602 nNextChar = nPrefixLen + aShortName.Len(); in IsBuiltInStyleName()
|
/trunk/main/editeng/source/items/ |
H A D | flditem.cxx | 852 aShortName = rShortName; in SvxAuthorField() 874 ( aShortName == rOtherFld.aShortName ) && in operator ==() 887 read_unicode( rStm, aShortName ); in Load() 902 write_unicode( rStm, aShortName ); in Save() 931 aString = aShortName; in GetFormatted()
|
/trunk/main/sw/source/ui/misc/ |
H A D | glossary.cxx | 541 const String aShortName(aShortNameEdit.GetText()); in IMPL_LINK() local 542 if(pGlossaryHdl->HasShortName(aShortName)) in IMPL_LINK() 549 if(pGlossaryHdl->NewGlossary(aStr, aShortName, sal_False, bNoAttr )) in IMPL_LINK() 556 pChild->SetUserData(new String(aShortName)); in IMPL_LINK() 558 aShortNameEdit.SetText(aShortName); in IMPL_LINK() 569 aReq.AppendItem(SfxStringItem(FN_PARAM_1, aShortName)); in IMPL_LINK() 611 const String aShortName(aShortNameEdit.GetText()); in IMPL_LINK() local 613 if(aTitle.Len() && pGlossaryHdl->DelGlossary(aShortName)) in IMPL_LINK() 615 SvLBoxEntry* pChild = DoesBlockExist(aTitle, aShortName); in IMPL_LINK()
|
H A D | glshell.cxx | 195 return ::lcl_Save( *GetWrtShell(), aGroupName, aShortName, aLongName ); in Save() 254 return ::lcl_Save( *GetWrtShell(), aGroupName, aShortName, aLongName ); in Save()
|
/trunk/main/sw/source/ui/shells/ |
H A D | textglos.cxx | 82 String aShortName; in ExecGlossary() local 84 aShortName = (( const SfxStringItem *)pItem)->GetValue(); in ExecGlossary() 93 pGlosHdl->NewGlossary( aName, aShortName, sal_True ); in ExecGlossary()
|
/trunk/main/editeng/inc/editeng/ |
H A D | flditem.hxx | 348 XubString aShortName; member in SvxAuthorField 368 XubString GetShortName() const { return aShortName; } in GetShortName() 369 void SetShortName( const XubString& rString ) { aShortName = rString; } in SetShortName()
|
/trunk/main/sd/source/filter/ |
H A D | sddetect.cxx | 400 String aShortName( aDesc.GetImportFormatShortName( aDesc.GetFileFormat() ) ); in detect() local 401 …rfFilter->GetImportFormatTypeName( pGrfFilter->GetImportFormatNumberForShortName( aShortName ) ) ); in detect() 403 …if ( pFilter && aShortName.EqualsIgnoreCaseAscii( "PCD" ) ) // there is a multiple pcd selectio… in detect()
|
/trunk/main/vcl/source/gdi/ |
H A D | font.cxx | 170 String aShortName; in AskConfig() local 178 aShortName, aFamilyName, eWeight, eWidthType, nType ); in AskConfig() 184 if ( !pFontAttr && (aShortName != aMapName) ) in AskConfig() 185 pFontAttr = pFontSubst->getSubstInfo( aShortName ); in AskConfig()
|
H A D | outdev3.cxx | 1176 String aShortName; in InitMatchData() local 1178 rFontSubst.getMapName( rSearchName, aShortName, maMatchFamilyName, in InitMatchData() 1183 if( aShortName != rSearchName ) in InitMatchData() 1184 pFontAttr = rFontSubst.getSubstInfo( aShortName ); in InitMatchData()
|
/trunk/main/cui/source/inc/ |
H A D | cuioptgenrl.hxx | 75 SvxUserEdit aShortName; member in SvxGeneralTabPage
|
/trunk/main/oox/source/xls/ |
H A D | stylesbuffer.cxx | 2786 OUString aShortName; in lclIsBuiltinStyleName() local 2791 aShortName = OUString::createFromAscii( sppcStyleNames[ nId ] ); in lclIsBuiltinStyleName() 2792 if( rStyleName.matchIgnoreAsciiCase( aShortName, nPrefixLen ) && in lclIsBuiltinStyleName() 2793 (nNextChar < nPrefixLen + aShortName.getLength()) ) in lclIsBuiltinStyleName() 2796 nNextChar = nPrefixLen + aShortName.getLength(); in lclIsBuiltinStyleName()
|