Home
last modified time | relevance | path

Searched refs:nPluginMode (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sfx2/source/view/
H A Dframe2.cxx469 sal_Int16 nPluginMode = aDocumentArgs.getOrDefault( "PluginMode", sal_Int16( 0 ) ); in PrepareForDoc_Impl() local
470 if ( nPluginMode && ( nPluginMode != 2 ) ) in PrepareForDoc_Impl()
H A Dsfxbasecontroller.cxx1358 … const sal_Int16 nPluginMode = aDocumentArgs.getOrDefault( "PluginMode", sal_Int16( 0 ) ); in ConnectSfxFrame_Impl() local
1359 const bool bHasPluginMode = ( nPluginMode != 0 ); in ConnectSfxFrame_Impl()
1365 if ( rDoc.IsHelpDocument() || ( nPluginMode == 2 ) ) in ConnectSfxFrame_Impl()
1373 if ( nPluginMode == 3 ) in ConnectSfxFrame_Impl()
1380 if ( !rFrame.IsInPlace() || ( nPluginMode == 3 ) ) in ConnectSfxFrame_Impl()
1388 if ( nPluginMode == 3 ) in ConnectSfxFrame_Impl()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx4194 const sal_Int16 nPluginMode = aDocumentLoadArgs.getOrDefault( "PluginMode", sal_Int16( 0 ) ); in createViewController() local
4195 if ( nPluginMode == 1 ) in createViewController()

Completed in 47 milliseconds