/aoo41x/main/framework/source/uielement/ |
H A D | fontsizemenucontroller.cxx | 168 FontList* pFontList = 0; in fillPopupMenu() local 180 pFontList = new FontList( pInfoPrinter ); in fillPopupMenu() 183 if ( pFontList == 0 ) in fillPopupMenu() 184 pFontList = new FontList( Application::GetDefaultDevice() ); in fillPopupMenu() 186 FontInfo aFntInfo = pFontList->Get( m_aFontDescriptor.Name, m_aFontDescriptor.StyleName ); in fillPopupMenu() 193 const long* pAry = pFontList->GetSizeAry( aFntInfo ); in fillPopupMenu() 210 if ( pAry == pFontList->GetStdSizeAry() ) in fillPopupMenu() 270 delete pFontList; in fillPopupMenu()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | srchxtra.cxx | 53 pFontList( NULL ) in SvxSearchFormatDialog() 80 delete pFontList; in ~SvxSearchFormatDialog() 106 if ( !pFontList ) in PageCreated() 107 pFontList = new FontList( this ); in PageCreated() 108 pList = pFontList; in PageCreated()
|
/aoo41x/main/svx/source/sidebar/text/ |
H A D | SvxSBFontNameBox.cxx | 94 , pFontList ( NULL ) in SvxSBFontNameBox() 111 pFontList = NULL; in EnableControls_Impl() 124 GetDocFontList_Impl( &pFontList, this ); in FillList() 164 FontInfo aInfo( pFontList->Get( GetText(),WEIGHT_NORMAL, ITALIC_NORMAL ) );//meWeight, meItalic in Select()
|
H A D | SvxSBFontNameBox.hxx | 55 const FontList* pFontList; member in svx::sidebar::SvxSBFontNameBox
|
/aoo41x/main/cui/source/tabpages/ |
H A D | chardlg.cxx | 886 const FontList* pFontList = GetFontList(); in UpdatePreview_Impl() local 902 const FontList* pFontList = GetFontList(); in FillStyleBox_Impl() local 903 DBG_ASSERT( pFontList, "no fontlist" ); in FillStyleBox_Impl() 918 pStyleBox->Fill( pNameBox->GetText(), pFontList ); in FillStyleBox_Impl() 938 const FontList* pFontList = GetFontList(); in FillSizeBox_Impl() local 939 DBG_ASSERT( pFontList, "no fontlist" ); in FillSizeBox_Impl() 965 pSizeBox->Fill( &_aFontInfo, pFontList ); in FillSizeBox_Impl() 1022 const FontList* pFontList = GetFontList(); in Reset_Impl() local 1023 pNameBox->Fill( pFontList ); in Reset_Impl() 1082 pStyleBox->SetText( pFontList->GetStyleName( aInfo ) ); in Reset_Impl() [all …]
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docshimp.hxx | 33 FontList* pFontList; member 39 , pFontList( NULL ) in DocShell_Impl() 46 delete pFontList; in ~DocShell_Impl()
|
H A D | docsh3.cxx | 469 delete pImpl->pFontList; in UpdateFontList() 471 pImpl->pFontList = new FontList( GetRefDevice(), NULL, sal_False ); // sal_False or sal_True??? in UpdateFontList() 472 SvxFontListItem aFontListItem( pImpl->pFontList, SID_ATTR_CHAR_FONTLIST ); in UpdateFontList()
|
/aoo41x/main/sw/source/ui/config/ |
H A D | optpage.cxx | 650 pFontList(0), in SwStdFontTabPage() 921 pFontList = new FontList( pPrt ); in Reset() 1050 aStandardHeightLB.Fill( &aFontInfo, pFontList ); in Reset() 1051 aFontInfo = pFontList->Get(sOutBackup, sOutBackup ); in Reset() 1052 aTitleHeightLB.Fill( &aFontInfo, pFontList ); in Reset() 1053 aFontInfo = pFontList->Get(sListBackup,sListBackup); in Reset() 1054 aListHeightLB.Fill( &aFontInfo, pFontList ); in Reset() 1055 aFontInfo = pFontList->Get(sCapBackup, sCapBackup ); in Reset() 1056 aLabelHeightLB.Fill( &aFontInfo, pFontList ); in Reset() 1058 aIndexHeightLB.Fill( &aFontInfo, pFontList ); in Reset() [all …]
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editview.cxx | 1446 …eFontSizeImpl( EditView* pEditView, bool bGrow, const ESelection& rSel, const FontList* pFontList ) in ChangeFontSizeImpl() argument 1451 if( EditView::ChangeFontSize( bGrow, aSet, pFontList ) ) in ChangeFontSizeImpl() 1461 void EditView::ChangeFontSize( bool bGrow, const FontList* pFontList ) in ChangeFontSize() argument 1507 ChangeFontSizeImpl( this, bGrow, aPortionSel, pFontList ); in ChangeFontSize() 1513 ChangeFontSizeImpl( this, bGrow, aSel, pFontList ); in ChangeFontSize() 1519 bool EditView::ChangeFontSize( bool bGrow, SfxItemSet& rSet, const FontList* pFontList ) in ChangeFontSize() argument 1524 if( !pFontItem || !pFontList ) in ChangeFontSize() 1537 FontInfo aFontInfo = pFontList->Get( pFontItem->GetFamilyName(), pFontItem->GetStyleName() ); in ChangeFontSize() 1538 const long* pAry = pFontList->GetSizeAry( aFontInfo ); in ChangeFontSize()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xehelper.cxx | 740 const FontList* pFontList = 0; in AppendPortion() local 745 pFontList = pInfoItem->GetFontList(); in AppendPortion() 779 if( bNewFont || (bNewStyle && pFontList) ) in AppendPortion() 782 if( pFontList ) in AppendPortion() 784 FontInfo aFontInfo( pFontList->Get( in AppendPortion() 788 aNewData.maStyle = pFontList->GetStyleName( aFontInfo ); in AppendPortion()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | flstitem.hxx | 47 const FontList* pFontList; member in SvxFontListItem 67 const FontList* GetFontList() const { return pFontList; } in GetFontList()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | futext.cxx | 1515 void FuText::ChangeFontSize( bool bGrow, OutlinerView* pOLV, const FontList* pFontList, ::sd::View*… in ChangeFontSize() argument 1517 if( !pFontList || !pView ) in ChangeFontSize() 1522 pOLV->GetEditView().ChangeFontSize( bGrow, pFontList ); in ChangeFontSize() 1554 ChangeFontSize( bGrow, pOLV, pFontList, pView ); in ChangeFontSize() 1561 if( EditView::ChangeFontSize( bGrow, aShapeSet, pFontList ) ) in ChangeFontSize()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drtxtob1.cxx | 340 const FontList* pFontList = pFonts ? pFonts->GetFontList(): 0; in Execute() local 341 if( pFontList ) in Execute() 343 FuText::ChangeFontSize( nSlot == SID_GROW_FONT_SIZE, pOLV, pFontList, mpView ); in Execute()
|
H A D | drviews2.cxx | 1048 const FontList* pFontList = pFonts->GetFontList(); in ExecChar() local 1049 if( pFontList ) in ExecChar() 1051 FuText::ChangeFontSize( nSId == SID_GROW_FONT_SIZE, NULL, pFontList, mpView ); in ExecChar()
|
/aoo41x/main/svx/source/form/ |
H A D | fmtextcontrolshell.cxx | 666 …const SvxFontListItem* pFontList = PTR_CAST( SvxFontListItem, m_pViewFrame->GetObjectShell()->GetI… in executeAttributeDialog() local 667 DBG_ASSERT( pFontList, "FmTextControlShell::executeAttributeDialog: no font list item!" ); in executeAttributeDialog() 668 if ( !pFontList ) in executeAttributeDialog() 686 …static_cast< SfxTabDialog* >( new TextControlCharAttribDialog( NULL, *pCurrentItems, *pFontList ) ) in executeAttributeDialog()
|
/aoo41x/main/starmath/source/ |
H A D | dialog.cxx | 1730 if (pFontList) in FillFonts() 1732 sal_uInt16 nCount = pFontList->GetFontNameCount(); in FillFonts() 1734 aFonts.InsertEntry( pFontList->GetFontName(i).GetName() ); in FillFonts() 2078 pFontList (NULL) in SmSymDefineDialog() 2083 pFontList = new FontList( pFntListDevice ); in SmSymDefineDialog() 2367 if (pFontList) in SetFont() 2368 aFI = pFontList->Get(rFontName, WEIGHT_NORMAL, ITALIC_NONE); in SetFont()
|
/aoo41x/main/svtools/source/control/ |
H A D | ctrlbox.cxx | 1159 pFontList = NULL; in ImplInit() 1246 pFontList = pList; in Fill() 1408 if ( pFontList ) in SetRelative() 1409 Fill( &aFontInfo, pFontList ); in SetRelative()
|
/aoo41x/main/filter/source/graphicfilter/ios2met/ |
H A D | ios2met.cxx | 347 OSFont * pFontList; member in OS2METReader 955 pF = pFontList; in ReadChrStr() 2249 pF->pSucc=pFontList; pFontList=pF; in ReadFont() 2561 pFontList=NULL; in ReadOS2MET() 2699 while (pFontList!=NULL) { in ReadOS2MET() 2700 OSFont * p=pFontList; in ReadOS2MET() 2701 pFontList=p->pSucc; in ReadOS2MET()
|
/aoo41x/main/editeng/source/items/ |
H A D | textitem.cxx | 170 pFontList( pFontLst ) in SvxFontListItem() 172 if ( pFontList ) in SvxFontListItem() 174 sal_Int32 nCount = pFontList->GetFontNameCount(); in SvxFontListItem() 178 aFontNameSeq[i] = pFontList->GetFontName(i).GetName(); in SvxFontListItem() 187 pFontList( rItem.GetFontList() ), in SvxFontListItem() 205 return( pFontList == ((SvxFontListItem&)rAttr).pFontList ); in operator ==()
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | tbcontrl.cxx | 185 const FontList* pFontList; member in SvxFontNameBox_Impl 630 pFontList ( NULL ), in SvxFontNameBox_Impl() 647 GetDocFontList_Impl( &pFontList, this ); in FillList() 759 pFontList = NULL; in EnableControls_Impl() 777 if ( pFontList ) in Select() 779 FontInfo aInfo( pFontList->Get( GetText(), in Select()
|
/aoo41x/main/sd/source/ui/animations/ |
H A D | CustomAnimationDialog.cxx | 321 const FontList* pFontList = 0; in FontPropertyBox() local 325 pFontList = ( (SvxFontListItem*)pItem )->GetFontList(); in FontPropertyBox() 327 if(!pFontList) in FontPropertyBox() 329 pFontList = new FontList( Application::GetDefaultDevice(), NULL, sal_False ); in FontPropertyBox() 333 mpControl->Fill( pFontList ); in FontPropertyBox() 336 delete pFontList; in FontPropertyBox()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 2268 bool WinSalGraphics::AddTempDevFont( ImplDevFontList* pFontList, in AddTempDevFont() argument 2320 pFontList->Add( pFontData ); in AddTempDevFont() 2326 void WinSalGraphics::GetDevFontList( ImplDevFontList* pFontList ) in GetDevFontList() argument 2368 AddTempDevFont( pFontList, aFileStatus.getFileURL(), aEmptyString ); in GetDevFontList() 2378 aInfo.mpList = pFontList; in GetDevFontList() 2419 pFontList->SetFallbackHook( &aSubstFallback ); in GetDevFontList()
|
/aoo41x/main/vcl/aqua/source/gdi/ |
H A D | ctfonts.cxx | 488 CTFontList* pFontList = (CTFontList*)pContext; in CTFontEnumCallBack() local 489 pFontList->AddFont( pFontData ); in CTFontEnumCallBack()
|
/aoo41x/main/cui/source/inc/ |
H A D | srchxtra.hxx | 47 FontList* pFontList; member in SvxSearchFormatDialog
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | fontdialog.cxx | 576 const FontList* pFontList = rFontListItem.GetFontList(); in destroyItemSet() local 598 delete pFontList; in destroyItemSet()
|