| /trunk/main/cui/source/options/ |
| H A D | optgenrl.cxx | 80 aShortName ( this, CUI_RES( ED_SHORTNAME ), 2, &aNameLbl ), in SvxGeneralTabPage() 132 aShortName.SetIndex( 3 ); in SvxGeneralTabPage() 133 aShortName.SetLabel( &aNameLblRuss ); in SvxGeneralTabPage() 147 aShortName.SetPosSizePixel( aEditPoint, aEditSize ); in SvxGeneralTabPage() 199 &aCompanyEdit, &aFirstName, &aFatherName, &aName, &aShortName, &aStreetEdit, in SvxGeneralTabPage() 247 aShortName.SetText( TRIM(aShortName.GetText()) ); in FillItemSet() 311 case SHORTNAME_EDIT: aShortName.GrabFocus(); break; in Reset() 327 if ( aShortName.IsEnabled() ) in IMPL_LINK() 329 String aShortStr( aShortName.GetText() ); in IMPL_LINK() 346 aShortName.SetText( aShortStr ); in IMPL_LINK() [all …]
|
| /trunk/main/sw/source/ui/dochdl/ |
| H A D | gloshdl.cxx | 469 String aShortName; in ExpandGlossary() local 474 aShortName = pWrtShell->GetSelTxt(); in ExpandGlossary() 488 aShortName = pWrtShell->GetSelTxt(); in ExpandGlossary() 490 return pGlossary ? Expand( aShortName, &rStatGlossaries, pGlossary ) : sal_False; in ExpandGlossary() 498 String aShortName( rShortName ); in Expand() local 503 sal_uInt16 nFound = !pCfg->IsSearchInAllCategories() ? pGlossary->GetIndex( aShortName ) : -1; in Expand() 542 nFound = pGlossary->GetIndex( aShortName ); in Expand() 549 … AbstractSwSelGlossaryDlg* pDlg = pFact->CreateSwSelGlossaryDlg( 0, aShortName, DLG_SEL_GLOS ); in Expand() 565 nFound = pGlossary->GetIndex( aShortName ); in Expand() 584 if(pWrtShell->IsSelection() && aShortName.Len() > nMaxLen) 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 1751 aShortName = GetImportFormatShortName( nFormat ).ToUpperAscii(); in ImportGraphic() 1752 if ( ( pFilterConfigItem == NULL ) && aShortName.EqualsAscii( "PCD" ) ) in ImportGraphic() 1765 if( aShortName.CompareToAscii( TIF_SHORTNAME ) == COMPARE_EQUAL ) in ImportGraphic() 1767 else if( aShortName.CompareToAscii( MET_SHORTNAME ) == COMPARE_EQUAL ) in ImportGraphic() 1769 else if( aShortName.CompareToAscii( PCT_SHORTNAME ) == COMPARE_EQUAL ) in ImportGraphic() 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() [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()
|