Searched refs:bShown (Results 1 – 10 of 10) sorted by relevance
| /AOO41X/main/sc/source/core/data/ |
| H A D | postit.cxx | 76 static void SetCaptionLayer( SdrCaptionObj& rCaption, bool bShown ); 78 static void SetBasicCaptionSettings( SdrCaptionObj& rCaption, bool bShown ); 89 void ScCaptionUtil::SetCaptionLayer( SdrCaptionObj& rCaption, bool bShown ) in SetCaptionLayer() argument 91 SdrLayerID nLayer = bShown ? SC_LAYER_INTERN : SC_LAYER_HIDDEN; in SetCaptionLayer() 96 void ScCaptionUtil::SetBasicCaptionSettings( SdrCaptionObj& rCaption, bool bShown ) in SetBasicCaptionSettings() argument 99 SetCaptionLayer( rCaption, bShown ); in SetBasicCaptionSettings() 174 …explicit ScCaptionCreator( ScDocument& rDoc, const ScAddress& rPos, bool bShown, bool b… 197 void CreateCaption( bool bShown, bool bTailFront ); 216 ScCaptionCreator::ScCaptionCreator( ScDocument& rDoc, const ScAddress& rPos, bool bShown, bool bTai… in ScCaptionCreator() argument 222 CreateCaption( bShown, bTailFront ); in ScCaptionCreator() [all …]
|
| /AOO41X/main/sc/inc/ |
| H A D | postit.hxx | 54 explicit ScNoteData( bool bShown = false ); 68 explicit ScPostIt( ScDocument& rDoc, const ScAddress& rPos, bool bShown ); 196 SdrCaptionObj& rCaption, bool bShown ); 232 const Rectangle& rCaptionRect, bool bShown, 253 const ::rtl::OUString& rNoteText, bool bShown,
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | svddrag.hxx | 82 FASTBOOL bShown; // Xor sichrbar? member in SdrDragStat 128 FASTBOOL IsShown() const { return bShown; } in IsShown() 129 void SetShown(FASTBOOL bOn) { bShown=bOn; } in SetShown()
|
| /AOO41X/main/cui/source/options/ |
| H A D | optsave.cxx | 761 bool bShown = SvtSaveOptions::ODFDefaultVersion( nVersion ) != SvtSaveOptions::ODFVER_LATEST; in IMPL_LINK() local 762 if ( bShown ) in IMPL_LINK() 775 bShown = !bHasODFFormat in IMPL_LINK() 779 aODFWarningFI.Show( bShown ); in IMPL_LINK() 780 aODFWarningFT.Show( bShown ); in IMPL_LINK()
|
| /AOO41X/main/chart2/source/controller/chartapiwrapper/ |
| H A D | WrappedAxisAndGridExistenceProperties.cxx | 193 sal_Bool bShown = AxisHelper::isAxisShown( m_nDimensionIndex, m_bMain, xDiagram ); in getPropertyValue() local 194 aRet <<= bShown; in getPropertyValue() 198 sal_Bool bShown = AxisHelper::isGridShown( m_nDimensionIndex, 0, m_bMain, xDiagram ); in getPropertyValue() local 199 aRet <<= bShown; in getPropertyValue()
|
| /AOO41X/main/vcl/source/window/ |
| H A D | wrkwin.cxx | 258 sal_Bool bShown = IsVisible(); in SetPluginParent() local 261 Show( bShown ); in SetPluginParent()
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svddrgv.cxx | 871 const bool bShown(bDragging && aDragStat.IsShown()); in SetNoDragXorPolys() local 873 if(bShown) in SetNoDragXorPolys() 886 if(bShown) in SetNoDragXorPolys()
|
| H A D | svddrag.cxx | 48 bShown=sal_False; in Reset()
|
| /AOO41X/main/swext/mediawiki/src/com/sun/star/wiki/ |
| H A D | Helper.java | 972 boolean bShown = false; in ShowError() 1028 bShown = true; in ShowError()
|
| /AOO41X/main/vcl/aqua/source/window/ |
| H A D | salframe.cxx | 1617 bool bShown = mbShown; in SetParent() local 1622 Show( bShown ); in SetParent()
|