Home
last modified time | relevance | path

Searched refs:Ok (Results 1 – 25 of 70) sorted by relevance

123

/trunk/main/canvas/source/directx/
H A Ddx_canvashelper.cxx160 Gdiplus::Ok == pGraphics->SetCompositingMode( in clear()
164 Gdiplus::Ok == pGraphics->Clear( aClearColor ), in clear()
194 Gdiplus::Ok == pGraphics->FillEllipse( &aBrush, in drawPoint()
238 Gdiplus::Ok == hr, in drawLine()
282 Gdiplus::Ok == hr, in drawBezier()
323 Gdiplus::Ok == hr, in drawPolyPolygon()
392 Gdiplus::Ok == hr, in strokePolyPolygon()
453 ENSURE_OR_THROW( Gdiplus::Ok == pGraphics->FillPath( &aBrush, pPath.get() ), in fillPolyPolygon()
533 Gdiplus::Ok == pGraphics->DrawString( reinterpret_cast<LPCWSTR>( in drawText()
646 Gdiplus::Ok == pGraphics->DrawImage( pBitmap.get(), in drawBitmapModulated()
[all …]
H A Ddx_bitmap.cxx129 if( Gdiplus::Ok != mpBitmap->LockBits( &aRect, in getData()
161 if( Gdiplus::Ok != mpBitmap->LockBits( &aRect, in setData()
189 if( Gdiplus::Ok != mpBitmap->SetPixel( pos.X, pos.Y, in setPixel()
208 if( Gdiplus::Ok != mpBitmap->GetPixel( pos.X, pos.Y, &aColor ) ) in getPixel()
H A Ddx_surfacebitmap.cxx179 if( Gdiplus::Ok != mpGDIPlusBitmap->LockBits( &aRect, in lock()
525 if( Gdiplus::Ok != mpGDIPlusBitmap->LockBits( &aRect, in getData()
611 if( Gdiplus::Ok != mpGDIPlusBitmap->LockBits( &aRect, in setData()
693 if( Gdiplus::Ok != mpGDIPlusBitmap->SetPixel( pos.X, pos.Y, in setPixel()
756 if( Gdiplus::Ok != mpGDIPlusBitmap->GetPixel( pos.X, pos.Y, &aColor ) ) in getPixel()
H A Ddx_canvashelper_texturefill.cxx155 if( Gdiplus::Ok != rGraphics->SetClip( rFillPath.get(), in fillLinearGradient()
180 if( Gdiplus::Ok != rGraphics->SetClip( &aClipPath, in fillLinearGradient()
247 if( Gdiplus::Ok != rGraphics->SetClip( pFillPath.get(), in fillPolygonalGradient()
543 Gdiplus::Ok == rGraphics->FillPath( pBrush.get(), in fillBitmap()
H A Ddx_bitmapcanvashelper.cxx102 Gdiplus::Ok == pGraphics->SetCompositingMode( in clear()
106 Gdiplus::Ok == pGraphics->Clear( aClearColor ), in clear()
H A Ddx_canvasbitmap.cxx134 if( Gdiplus::Ok != pGDIPlusBitmap->LockBits( &aRect, in getFastPropertyValue()
208 if( Gdiplus::Ok != pGDIPlusBitmap->LockBits( &aRect, in getFastPropertyValue()
H A Ddx_impltools.cxx510 return (Gdiplus::Ok == rGraphics->DrawImage( rBitmap.get(), in drawGdiPlusBitmap()
541 if( Gdiplus::Ok != pBitmap->LockBits( &aRect, in drawRGBABits()
/trunk/main/sc/source/core/data/
H A Dvalidat.cxx575 inline bool Ok() const { return mbOk; } in Ok() function in __anonf80e65420111::ScStringTokenIterator
825 for( const String* pString = aIt.First(); pString && aIt.Ok(); pString = aIt.Next() ) in FillSelectionList()
832 bOk = aIt.Ok(); in FillSelectionList()
877 for( const String* pString = aIt.First(); pString && aIt.Ok(); pString = aIt.Next() ) in IsListValid()
895 if( !aIt.Ok() ) in IsListValid()
/trunk/main/sfx2/source/dialog/
H A Dtabdlg.cxx154 if ( pDialog->OK_Impl() && pDialog->Ok() ) in IMPL_LINK()
1072 short SfxTabDialog::Ok() in Ok() function in SfxTabDialog
1196 EndDialog( Ok() ); in IMPL_LINK()
1199 Ok(); in IMPL_LINK()
1258 short nRet = Ok(); in IMPL_LINK()
1634 Ok(); in FillOutputItemSet()
H A Dstyledlg.cxx125 short SfxStyleDialog::Ok() in Ok() function in SfxStyleDialog
133 SfxTabDialog::Ok(); in Ok()
/trunk/main/basic/source/runtime/
H A Diosys.cxx86 DECL_LINK( Ok, Window * );
99 aOk.SetClickHdl( LINK( this, SbiInputDialog, Ok ) ); in SbiInputDialog()
121 IMPL_LINK_INLINE_START( SbiInputDialog, Ok, Window *, pWindow ) in IMPL_LINK_INLINE_START() argument
129 IMPL_LINK_INLINE_END( SbiInputDialog, Ok, Window *, pWindow ) in IMPL_LINK_INLINE_END() argument
/trunk/main/cui/source/tabpages/
H A Dtabline.cxx199 short SvxLineTabDialog::Ok() in Ok() function in SvxLineTabDialog
206 return( SfxTabDialog::Ok() ); in Ok()
H A Dtabarea.cxx249 short SvxAreaTabDialog::Ok() in Ok() function in SvxAreaTabDialog
256 return( SfxTabDialog::Ok() ); in Ok()
/trunk/main/sw/source/ui/envelp/
H A Denvlop1.cxx209 short SwEnvDlg::Ok() in Ok() function in SwEnvDlg
211 short nRet = SfxTabDialog::Ok(); in Ok()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbadmin.cxx98 short ODbAdminDialog::Ok() in Ok() function in dbaui::ODbAdminDialog
100 SfxTabDialog::Ok(); in Ok()
/trunk/main/cui/source/dialogs/
H A Diconcdlg.cxx718 EndDialog( Ok() ); in IMPL_LINK()
721 Ok(); in IMPL_LINK()
1167 short IconChoiceDialog::Ok() in Ok() function in IconChoiceDialog
/trunk/main/sw/source/ui/fmtui/
H A Dtmpdlg.cxx376 short SwTemplateDlg::Ok() in Ok() function in SwTemplateDlg
378 short nRet = SfxTabDialog::Ok(); in Ok()
/trunk/main/sfx2/inc/sfx2/
H A Dstyledlg.hxx53 virtual short Ok();
/trunk/main/sw/source/ui/inc/
H A Dtmpdlg.hxx60 virtual short Ok();
H A Denvlop.hxx90 virtual short Ok();
H A Doutline.hxx83 virtual short Ok();
H A Dnum.hxx191 virtual short Ok();
/trunk/main/sw/inc/
H A Dio.hxx166 sal_Bool Ok();
/trunk/main/dbaccess/source/ui/inc/
H A Ddbadmin.hxx112 virtual short Ok();
/trunk/main/offapi/com/sun/star/awt/
H A DMessageBoxResults.idl35 /** The user pressed the "Ok" button.

123