Home
last modified time | relevance | path

Searched refs:bEmbedded (Results 1 – 11 of 11) sorted by relevance

/trunk/main/framework/inc/services/
H A Dpluginframe.hxx150 sal_Bool bEmbedded ) throw( css::uno::RuntimeException );
152 sal_Bool bEmbedded ) throw( css::uno::RuntimeException );
237 sal_Bool bEmbedded );
306 sal_Bool bEmbedded );
/trunk/main/extensions/source/dbpilots/
H A Dcommonpagesdbp.cxx125 bool bEmbedded = ::dbtools::isEmbeddedInDatabase( rContext.xForm, xConnection ); in initializePage() local
126 if ( bEmbedded ) in initializePage()
172 if ( !rContext.bEmbedded ) in commitPage()
185 if ( !rContext.bEmbedded ) in commitPage()
H A Dcontrolwizard.cxx199 if ( rContext.bEmbedded ) in enableFormDatasourceDisplay()
546 m_aContext.bEmbedded = sal_False; in initContext()
575 m_aContext.bEmbedded = ::dbtools::isEmbeddedInDatabase( m_aContext.xForm, xConnection ); in initContext()
576 if ( !m_aContext.bEmbedded ) in initContext()
H A Dwizardcontext.hxx80 sal_Bool bEmbedded; member
/trunk/main/starmath/source/
H A Dmathmlexport.cxx108 sal_Bool bEmbedded = sal_False; in Export() local
118 bEmbedded = sal_True; in Export()
121 if (!bEmbedded) in Export()
187 if ( bEmbedded ) //&& !pStg->IsRoot() ) in Export()
205 if ( !bEmbedded ) in Export()
H A Dmathmlimport.cxx109 sal_Bool bEmbedded = sal_False; in Import() local
135 bEmbedded = sal_True; in Import()
180 if ( bEmbedded ) // && !rMedium.GetStorage()->IsRoot() ) in Import()
/trunk/main/mysqlc/source/
H A Dmysqlc_connection.cxx118 sal_Bool bEmbedded = sal_False; in construct() local
133 bEmbedded = sal_True; in construct()
181 if (bEmbedded == sal_False) { in construct()
/trunk/main/sfx2/source/view/
H A Dviewfrm2.cxx495 sal_Bool bEmbedded = pDocSh && pDocSh->GetCreateMode() == SFX_CREATE_MODE_EMBEDDED; in INetState_Impl() local
496 if ( !pDocSh || bPseudo || bEmbedded || !pDocSh->HasName() ) in INetState_Impl()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh6.cxx190 sal_Bool bEmbedded = aDocument.IsEmbedded(); in UpdateOle() local
191 if (bEmbedded) in UpdateOle()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1646 bool bEmbedded = (pGlyphFT->format == FT_GLYPH_FORMAT_BITMAP); in GetGlyphBitmap8() local
1647 if( !bEmbedded ) in GetGlyphBitmap8()
1665 rRawBitmap.mnScanlineSize = bEmbedded ? rBitmapFT.width : rBitmapFT.pitch; in GetGlyphBitmap8()
1683 if( !bEmbedded ) in GetGlyphBitmap8()
1726 if( !bEmbedded && mbUseGamma ) in GetGlyphBitmap8()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx2389 bool bEmbedded = true; in Read_F_IncludePicture() local
2403 bEmbedded = false; // Embedded-Flag deaktivieren in Read_F_IncludePicture()
2412 if (!bEmbedded) in Read_F_IncludePicture()
2413 bEmbedded = !CanUseRemoteLink(aGrfName); in Read_F_IncludePicture()
2415 if (!bEmbedded) in Read_F_IncludePicture()

Completed in 104 milliseconds