Searched refs:bEmbedded (Results 1 – 11 of 11) sorted by relevance
150 sal_Bool bEmbedded ) throw( css::uno::RuntimeException );152 sal_Bool bEmbedded ) throw( css::uno::RuntimeException );237 sal_Bool bEmbedded );306 sal_Bool bEmbedded );
125 bool bEmbedded = ::dbtools::isEmbeddedInDatabase( rContext.xForm, xConnection ); in initializePage() local126 if ( bEmbedded ) in initializePage()172 if ( !rContext.bEmbedded ) in commitPage()185 if ( !rContext.bEmbedded ) in commitPage()
199 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()
80 sal_Bool bEmbedded; member
108 sal_Bool bEmbedded = sal_False; in Export() local118 bEmbedded = sal_True; in Export()121 if (!bEmbedded) in Export()187 if ( bEmbedded ) //&& !pStg->IsRoot() ) in Export()205 if ( !bEmbedded ) in Export()
109 sal_Bool bEmbedded = sal_False; in Import() local135 bEmbedded = sal_True; in Import()180 if ( bEmbedded ) // && !rMedium.GetStorage()->IsRoot() ) in Import()
118 sal_Bool bEmbedded = sal_False; in construct() local133 bEmbedded = sal_True; in construct()181 if (bEmbedded == sal_False) { in construct()
495 sal_Bool bEmbedded = pDocSh && pDocSh->GetCreateMode() == SFX_CREATE_MODE_EMBEDDED; in INetState_Impl() local496 if ( !pDocSh || bPseudo || bEmbedded || !pDocSh->HasName() ) in INetState_Impl()
190 sal_Bool bEmbedded = aDocument.IsEmbedded(); in UpdateOle() local191 if (bEmbedded) in UpdateOle()
1646 bool bEmbedded = (pGlyphFT->format == FT_GLYPH_FORMAT_BITMAP); in GetGlyphBitmap8() local1647 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()
2382 bool bEmbedded = true; in Read_F_IncludePicture() local2396 bEmbedded = false; // Embedded-Flag deaktivieren in Read_F_IncludePicture()2405 if (!bEmbedded) in Read_F_IncludePicture()2406 bEmbedded = !CanUseRemoteLink(aGrfName); in Read_F_IncludePicture()2408 if (!bEmbedded) in Read_F_IncludePicture()
Completed in 84 milliseconds