Searched refs:bRC (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 1216 …BOOL bRC = ::GetFileVersionInfoW( const_cast<LPWSTR>(reinterpret_cast<LPCWSTR>(pModuleFileCStr)), … local 1219 if( bRC ) 1812 bool bRC = GetItemSubrange( *pVI, nMinGlyphPos, nEndGlyphPos ); local 1813 DBG_ASSERT( bRC, "USPLayout::GNG GISR() returned false" ); 1814 if( !bRC ) 2017 bool bRC = GetItemSubrange( *pVI, nMinGlyphPos, nEndGlyphPos ); local 2018 (void)bRC; // avoid var-not-used warning 2019 DBG_ASSERT( bRC, "USPLayout::MoveG GISR() returned false" );
|
H A D | salgdi3.cxx | 2766 bool bRC = rInfo.CreateFontSubset( FontSubsetInfo::TYPE1_PFB, pOutFile, NULL, in CreateFontSubset() local 2769 return bRC; in CreateFontSubset()
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 1781 const bool bRC = mpMacTextStyle->GetGlyphBoundRect( aGlyphId, rRect ); in GetGlyphBoundRect() local 1782 return bRC; in GetGlyphBoundRect() 1789 const bool bRC = mpMacTextStyle->GetGlyphOutline( aGlyphId, rPolyPoly ); in GetGlyphOutline() local 1790 return bRC; in GetGlyphOutline() 2074 bool bRC = rInfo.CreateFontSubset( FontSubsetInfo::TYPE1_PFB, pOutFile, NULL, in CreateFontSubset() local 2077 return bRC; in CreateFontSubset()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 1556 bool bRC = rInfo.CreateFontSubset( FontSubsetInfo::TYPE1_PFB, pOutFile, NULL, in CreateFontSubset() local 1559 return bRC; in CreateFontSubset()
|
/aoo4110/main/vcl/source/fontsubset/ |
H A D | cff.cxx | 2445 bool bRC = aCff.emitAsType1( aType1Emitter, in CreateFontSubsetFromCff() local 2448 return bRC; in CreateFontSubsetFromCff()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 7219 bool bRC = mpGraphics->AddTempDevFont( mpFontList, rFileURL, rFontName ); in AddTempDevFont() local 7220 if( !bRC ) in AddTempDevFont()
|
Completed in 112 milliseconds