Searched refs:pSubset (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/cui/source/dialogs/ |
H A D | cuicharmap.cxx | 457 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()
|
/aoo4110/main/vcl/unx/generic/app/ |
H A D | i18n_cb.cxx | 582 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 D | i18n_ic.cxx | 400 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()
|
/aoo4110/main/slideshow/source/engine/slide/ |
H A D | layermanager.cxx | 385 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()
|
/aoo4110/main/starmath/source/ |
H A D | dialog.cxx | 1845 … 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()
|
/aoo4110/main/slideshow/source/engine/shapes/ |
H A D | drawshape.cxx | 1227 AttributableShapeSharedPtr pSubset( maSubsetting.getSubsetShape( rTreeNode ) ); in createSubset() local 1233 if( pSubset ) in createSubset() 1235 o_rSubset = pSubset; in createSubset()
|
/aoo4110/main/basebmp/source/ |
H A D | bitmapdevice.cxx | 1793 const basegfx::B2IRange* pSubset ) in createBitmapDeviceImpl() argument 1850 if( pSubset ) in createBitmapDeviceImpl() 1851 aBounds.intersect( *pSubset ); in createBitmapDeviceImpl()
|
Completed in 62 milliseconds