Home
last modified time | relevance | path

Searched refs:bMute (Results 1 – 6 of 6) sorted by relevance

/trunk/main/xmloff/source/text/
H A Dtxtsecte.cxx177 sal_Bool bMute = sal_False; in exportListAndSectionChange() local
185 bMute = sal_True; in exportListAndSectionChange()
241 if ( !bAutoStyles && !bMute ) in exportListAndSectionChange()
/trunk/main/slideshow/source/engine/shapes/
H A Dviewmediashape.cxx352 sal_Bool bMute( false ); in implSetMediaProperties() local
353 getPropertyValue( bMute, in implSetMediaProperties()
356 mxPlayer->setMute( bMute || !mbIsSoundEnabled); in implSetMediaProperties()
/trunk/main/avmedia/source/framework/
H A Dmediaitem.cxx282 void MediaItem::setMute( sal_Bool bMute ) in setMute() argument
284 mbMute = bMute; in setMute()
/trunk/main/svx/source/unodraw/
H A Dunoshap4.cxx890 sal_Bool bMute = sal_Bool(); in setPropertyValueImpl() local
892 if( rValue >>= bMute ) in setPropertyValueImpl()
895 aItem.setMute( bMute ); in setPropertyValueImpl()
/trunk/main/avmedia/inc/avmedia/
H A Dmediaitem.hxx101 void setMute( sal_Bool bMute );
/trunk/main/xmloff/source/draw/
H A Dshapeexport2.cxx1991 sal_Bool bMute = false; local
1993 xPropSet->getPropertyValue( aMuteStr ) >>= bMute;
1995 mrExport.AddAttribute( XML_NAMESPACE_DRAW, XML_VALUE, bMute ? aTrueStr : aFalseStr );

Completed in 35 milliseconds