Home
last modified time | relevance | path

Searched refs:pSubset (Results 1 – 7 of 7) sorted by relevance

/trunk/main/cui/source/dialogs/
H A Dcuicharmap.cxx457 const Subset* pSubset = reinterpret_cast<const Subset*> (aSubsetLB.GetEntryData(nPos)); in IMPL_LINK() local
458 if( pSubset ) in IMPL_LINK()
460 sal_UCS4 cFirst = pSubset->GetRangeMin(); in IMPL_LINK()
512 const Subset* pSubset = NULL; in IMPL_LINK() local
514 pSubset = pSubsetMap->GetSubsetByUnicode( cChar ); in IMPL_LINK()
515 if( pSubset ) in IMPL_LINK()
516 aSubsetLB.SelectEntry( pSubset->GetName() ); in IMPL_LINK()
545 const Subset* pSubset = pSubsetMap->GetSubsetByUnicode( cChar ); in IMPL_LINK() local
546 if( pSubset ) in IMPL_LINK()
547 aSubsetLB.SelectEntry( pSubset->GetName() ); in IMPL_LINK()
/trunk/main/vcl/unx/generic/app/
H A Di18n_cb.cxx582 XIMUnicodeCharacterSubset* pSubset = NULL; in StatusDrawCallback() local
584 XNUnicodeCharacterSubset, & pSubset, in StatusDrawCallback()
586 && pSubset ) in StatusDrawCallback()
588 … ::vcl::I18NStatus::get().changeIM( String( ByteString( pSubset->name ), RTL_TEXTENCODING_UTF8 ) ); in StatusDrawCallback()
590 …haracterSubset\n %d\n %d\n %s\n %d\n", pSubset->index, pSubset->subset_id, pSubset->name, in StatusDrawCallback()
H A Di18n_ic.cxx400 XIMUnicodeCharacterSubset* pSubset = NULL; in SalI18N_InputContext() local
402 XNUnicodeCharacterSubset, & pSubset, in SalI18N_InputContext()
404 && pSubset ) in SalI18N_InputContext()
406 String aCurrent( ByteString( pSubset->name ), RTL_TEXTENCODING_UTF8 ); in SalI18N_InputContext()
/trunk/main/slideshow/source/engine/slide/
H A Dlayermanager.cxx385 AttributableShapeSharedPtr pSubset; in getSubsetShape() local
388 if( rOrigShape->createSubset( pSubset, in getSubsetShape()
391 OSL_ENSURE( pSubset, "LayerManager::getSubsetShape(): failed to create subset" ); in getSubsetShape()
398 implAddShape( pSubset ); in getSubsetShape()
408 return pSubset; in getSubsetShape()
/trunk/main/starmath/source/
H A Ddialog.cxx1845 … const Subset* pSubset = reinterpret_cast<const Subset*> (aFontsSubsetLB.GetEntryData( nPos )); in IMPL_LINK() local
1846 if (pSubset) in IMPL_LINK()
1848 aCharsetDisplay.SelectCharacter( pSubset->GetRangeMin() ); in IMPL_LINK()
1876 const Subset* pSubset = pSubsetMap->GetSubsetByUnicode( cChar ); in IMPL_LINK() local
1877 if (pSubset) in IMPL_LINK()
1878 aFontsSubsetLB.SelectEntry( pSubset->GetName() ); in IMPL_LINK()
2383 const Subset* pSubset; in SetFont() local
2384 while( NULL != (pSubset = pSubsetMap->GetNextSubset( bFirst )) ) in SetFont()
2386 sal_uInt16 nPos = aFontsSubsetLB.InsertEntry( pSubset->GetName()); in SetFont()
2387 aFontsSubsetLB.SetEntryData( nPos, (void *) pSubset ); in SetFont()
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx1227 AttributableShapeSharedPtr pSubset( maSubsetting.getSubsetShape( rTreeNode ) ); in createSubset() local
1233 if( pSubset ) in createSubset()
1235 o_rSubset = pSubset; in createSubset()
/trunk/main/basebmp/source/
H A Dbitmapdevice.cxx1793 const basegfx::B2IRange* pSubset ) in createBitmapDeviceImpl() argument
1850 if( pSubset ) in createBitmapDeviceImpl()
1851 aBounds.intersect( *pSubset ); in createBitmapDeviceImpl()

Completed in 109 milliseconds